Searched refs:xor_word (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/common/lib/libx86emu/ |
H A D | x86emu.c | 155 static uint16_t xor_word (struct X86EMU *, uint16_t d, uint16_t s); 1748 xor_word, /* 06 */ 1857 xor_word, /* 06 *//* YYY UNUSED ???? */ 4217 common_binop_word_long_rm_r(emu, xor_word, xor_long); in X86EMU_exec_one_byte() 4223 common_binop_word_long_r_rm(emu, xor_word, xor_long); in X86EMU_exec_one_byte() 4229 common_binop_word_long_imm(emu, xor_word, xor_long); in X86EMU_exec_one_byte() 7625 xor_word(struct X86EMU *emu, uint16_t d, uint16_t s) in xor_word() function
|