Lines Matching refs:fetch_data_word

53 static uint16_t	fetch_data_word (struct X86EMU *, uint32_t offset);
452 fetch_data_word(struct X86EMU *emu, uint32_t offset) in fetch_data_word() function
977 return fetch_data_word(emu, emu->cur_offset); in decode_and_fetch_word_disp()
1028 return fetch_data_word(emu, emu->cur_offset); in decode_and_fetch_word_imm8()
1140 destval = fetch_data_word(emu, destoffset); in common_binop_word_rm_r()
1205 destval = fetch_data_word(emu, destoffset); in common_binop_ns_word_rm_r()
1267 srcval = fetch_data_word(emu, srcoffset); in common_binop_word_r_rm()
1373 srcval = fetch_data_word(emu, srcoffset); in common_imul_word_IMM()
1427 *dstreg = fetch_data_word(emu, srcoffset); in common_load_far_pointer()
1428 *seg = fetch_data_word(emu, srcoffset + 2); in common_load_far_pointer()
2454 emu->x86.R_AX = fetch_data_word(emu, offset); in x86emuOp_mov_AX_M_IMM()
2547 val = fetch_data_word(emu, emu->x86.R_SI); in x86emuOp_movs_word()
2635 val1 = fetch_data_word(emu, emu->x86.R_SI); in x86emuOp_cmps_word()
2655 val1 = fetch_data_word(emu, emu->x86.R_SI); in x86emuOp_cmps_word()
2672 val1 = fetch_data_word(emu, emu->x86.R_SI); in x86emuOp_cmps_word()
2812 emu->x86.R_AX = fetch_data_word(emu, emu->x86.R_SI); in x86emuOp_lods_word()
3843 destval = fetch_data_word(emu, destoffset); in x86emuOp16_opcF7_word_RM()
3973 destval = fetch_data_word(emu, destoffset); in x86emuOp16_opcFF_word_RM()
4023 destval = fetch_data_word(emu, destoffset); in x86emuOp_opcFF_word_RM()
4026 destval2 = fetch_data_word(emu, destoffset + 2); in x86emuOp_opcFF_word_RM()
4033 destval2 = fetch_data_word(emu, destoffset + 2); in x86emuOp_opcFF_word_RM()