/src/common/lib/libx86emu/ |
x86emu.c | 150 static uint32_t sub_long (struct X86EMU *, uint32_t d, uint32_t s); 1760 sub_long, /* 05 */ 1869 sub_long, /* 05 */ 4192 common_binop_word_long_rm_r(emu, sub_word, sub_long); 4198 common_binop_word_long_r_rm(emu, sub_word, sub_long); 4204 common_binop_word_long_imm(emu, sub_word, sub_long); 7531 sub_long(struct X86EMU *emu, uint32_t d, uint32_t s) function in typeref:typename:uint32_t
|
x86emu.c | 150 static uint32_t sub_long (struct X86EMU *, uint32_t d, uint32_t s); 1760 sub_long, /* 05 */ 1869 sub_long, /* 05 */ 4192 common_binop_word_long_rm_r(emu, sub_word, sub_long); 4198 common_binop_word_long_r_rm(emu, sub_word, sub_long); 4204 common_binop_word_long_imm(emu, sub_word, sub_long); 7531 sub_long(struct X86EMU *emu, uint32_t d, uint32_t s) function in typeref:typename:uint32_t
|