Searched refs:xor_byte (Results 1 – 1 of 1) sorted by relevance
150 static uint8_t xor_byte (struct x86emu *, uint8_t d, uint8_t s);1753 xor_byte, /* 06 */1866 xor_byte, /* 06 *//* YYY UNUSED ???? */4374 common_binop_byte_rm_r(emu, xor_byte); in x86emu_exec_one_byte()4380 common_binop_byte_r_rm(emu, xor_byte); in x86emu_exec_one_byte()4386 common_binop_byte_imm(emu, xor_byte); in x86emu_exec_one_byte()7871 xor_byte(struct x86emu *emu, uint8_t d, uint8_t s) in xor_byte() function