x86emu.c | 151 static void test_byte (struct X86EMU *, uint8_t d, uint8_t s); 3746 test_byte(emu, destval, srcval); 4473 common_binop_ns_byte_rm_r(emu, test_byte); 4586 test_byte(emu, emu->x86.R_AL, fetch_byte_imm(emu)); 7553 test_byte(struct X86EMU *emu, uint8_t d, uint8_t s) function in typeref:typename:void
|