Home
last modified time | relevance | path

Searched refs:xor_word (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c151 static uint16_t xor_word (struct x86emu *, uint16_t d, uint16_t s);
1789 xor_word, /* 06 */
1903 xor_word, /* 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()
7890 xor_word(struct x86emu *emu, uint16_t d, uint16_t s) in xor_word() function