Lines Matching refs:fetch_data_byte
51 static uint8_t fetch_data_byte (struct X86EMU *, uint32_t offset);
438 fetch_data_byte(struct X86EMU *emu, uint32_t offset) in fetch_data_byte() function
963 return fetch_data_byte(emu, emu->cur_offset); in decode_and_fetch_byte()
1015 return fetch_data_byte(emu, emu->cur_offset); in decode_and_fetch_byte_imm8()
1104 destval = fetch_data_byte(emu, destoffset); in common_binop_byte_rm_r()
1123 destval = fetch_data_byte(emu, destoffset); in common_binop_ns_byte_rm_r()
1159 srcval = fetch_data_byte(emu, srcoffset); in common_binop_byte_r_rm()
2439 emu->x86.R_AL = fetch_data_byte(emu, offset); in x86emuOp_mov_AL_M_IMM()
2509 val = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_movs_byte()
2573 val1 = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_cmps_byte()
2587 val1 = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_cmps_byte()
2598 val1 = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_cmps_byte()
2772 emu->x86.R_AL = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_lods_byte()
2778 emu->x86.R_AL = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_lods_byte()
3419 emu->x86.R_AL = fetch_data_byte(emu, addr); in x86emuOp_xlat()
3900 destval = fetch_data_byte(emu, destoffset); in x86emuOp_opcFE_byte_RM()
3905 destval = fetch_data_byte(emu, destoffset); in x86emuOp_opcFE_byte_RM()