Lines Matching refs:fetch_data_long
55 static uint32_t fetch_data_long (struct X86EMU *, uint32_t offset);
466 fetch_data_long(struct X86EMU *emu, uint32_t offset) in fetch_data_long() function
991 return fetch_data_long(emu, emu->cur_offset); in decode_and_fetch_long_disp()
1041 return fetch_data_long(emu, emu->cur_offset); in decode_and_fetch_long_imm8()
1176 destval = fetch_data_long(emu, destoffset); in common_binop_long_rm_r()
1223 destval = fetch_data_long(emu, destoffset); in common_binop_ns_long_rm_r()
1250 srcval = fetch_data_long(emu, srcoffset); in common_binop_long_r_rm()
1340 srcval = fetch_data_long(emu, srcoffset); in common_imul_long_IMM()
2452 emu->x86.R_EAX = fetch_data_long(emu, offset); in x86emuOp_mov_AX_M_IMM()
2544 val = fetch_data_long(emu, emu->x86.R_SI); in x86emuOp_movs_word()
2631 val1 = fetch_data_long(emu, emu->x86.R_SI); in x86emuOp_cmps_word()
2651 val1 = fetch_data_long(emu, emu->x86.R_SI); in x86emuOp_cmps_word()
2668 val1 = fetch_data_long(emu, emu->x86.R_SI); in x86emuOp_cmps_word()
2810 emu->x86.R_EAX = fetch_data_long(emu, emu->x86.R_SI); in x86emuOp_lods_word()
3794 destval = fetch_data_long(emu, destoffset); in x86emuOp32_opcF7_word_RM()
3934 destval = fetch_data_long(emu, destoffset); in x86emuOp32_opcFF_word_RM()