Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c154 static uint16_t xor_word (struct x86emu *, uint16_t d, uint16_t s);
1792 xor_word, /* 06 */
1906 xor_word, /* 06 *//* YYY UNUSED ???? */
4380 common_binop_word_long_rm_r(emu, xor_word, xor_long); in x86emu_exec_one_byte()
4386 common_binop_word_long_r_rm(emu, xor_word, xor_long); in x86emu_exec_one_byte()
4392 common_binop_word_long_imm(emu, xor_word, xor_long); in x86emu_exec_one_byte()
7893 xor_word(struct x86emu *emu, uint16_t d, uint16_t s) in xor_word() function