Searched refs:test_byte (Results 1 – 1 of 1) sorted by relevance
147 static void test_byte (struct x86emu *, uint8_t d, uint8_t s);3910 test_byte(emu, destval, srcval); in x86emuOp_opcF6_byte_RM()4642 common_binop_ns_byte_rm_r(emu, test_byte); in x86emu_exec_one_byte()4755 test_byte(emu, emu->x86.R_AL, fetch_byte_imm(emu)); in x86emu_exec_one_byte()7827 test_byte(struct x86emu *emu, uint8_t d, uint8_t s) in test_byte() function