/src/common/lib/libx86emu/ |
x86emu.c | 146 static uint16_t sbb_word (struct X86EMU *, uint16_t d, uint16_t s); 1745 sbb_word, /* 03 */ 1854 sbb_word, /* 03 */ 4142 common_binop_word_long_rm_r(emu, sbb_word, sbb_long); 4148 common_binop_word_long_r_rm(emu, sbb_word, sbb_long); 4154 common_binop_word_long_imm(emu, sbb_word, sbb_long); 7437 sbb_word(struct X86EMU *emu, uint16_t d, uint16_t s) function in typeref:typename:uint16_t
|
x86emu.c | 146 static uint16_t sbb_word (struct X86EMU *, uint16_t d, uint16_t s); 1745 sbb_word, /* 03 */ 1854 sbb_word, /* 03 */ 4142 common_binop_word_long_rm_r(emu, sbb_word, sbb_long); 4148 common_binop_word_long_r_rm(emu, sbb_word, sbb_long); 4154 common_binop_word_long_imm(emu, sbb_word, sbb_long); 7437 sbb_word(struct X86EMU *emu, uint16_t d, uint16_t s) function in typeref:typename:uint16_t
|