Searched refs:xor_long (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.c | 152 static uint32_t xor_long (struct x86emu *, uint32_t d, uint32_t s); 1803 xor_long, /* 06 */ 1917 xor_long, /* 06 *//* YYY UNUSED ???? */ 4377 common_binop_word_long_rm_r(emu, xor_word, xor_long); in x86emu_exec_one_byte() 4383 common_binop_word_long_r_rm(emu, xor_word, xor_long); in x86emu_exec_one_byte() 4389 common_binop_word_long_imm(emu, xor_word, xor_long); in x86emu_exec_one_byte() 7909 xor_long(struct x86emu *emu, uint32_t d, uint32_t s) in xor_long() function
|