/src/common/lib/libx86emu/ |
x86emu.c | 156 static uint32_t xor_long (struct X86EMU *, uint32_t d, uint32_t s); 1761 xor_long, /* 06 */ 1870 xor_long, /* 06 *//* YYY UNUSED ???? */ 4217 common_binop_word_long_rm_r(emu, xor_word, xor_long); 4223 common_binop_word_long_r_rm(emu, xor_word, xor_long); 4229 common_binop_word_long_imm(emu, xor_word, xor_long); 7643 xor_long(struct X86EMU *emu, uint32_t d, uint32_t s) function in typeref:typename:uint32_t
|
x86emu.c | 156 static uint32_t xor_long (struct X86EMU *, uint32_t d, uint32_t s); 1761 xor_long, /* 06 */ 1870 xor_long, /* 06 *//* YYY UNUSED ???? */ 4217 common_binop_word_long_rm_r(emu, xor_word, xor_long); 4223 common_binop_word_long_r_rm(emu, xor_word, xor_long); 4229 common_binop_word_long_imm(emu, xor_word, xor_long); 7643 xor_long(struct X86EMU *emu, uint32_t d, uint32_t s) function in typeref:typename:uint32_t
|