Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c153 static uint8_t xor_byte (struct x86emu *, uint8_t d, uint8_t s);
1756 xor_byte, /* 06 */
1869 xor_byte, /* 06 *//* YYY UNUSED ???? */
4377 common_binop_byte_rm_r(emu, xor_byte); in x86emu_exec_one_byte()
4383 common_binop_byte_r_rm(emu, xor_byte); in x86emu_exec_one_byte()
4389 common_binop_byte_imm(emu, xor_byte); in x86emu_exec_one_byte()
7874 xor_byte(struct x86emu *emu, uint8_t d, uint8_t s) in xor_byte() function