Home
last modified time | relevance | path

Searched refs:fetch_data_word (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/x86emu/
H A Dx86emu.c1000 return fetch_data_word(emu, emu->cur_offset); in decode_and_fetch_word_disp()
1051 return fetch_data_word(emu, emu->cur_offset); in decode_and_fetch_word_imm8()
1166 destval = fetch_data_word(emu, destoffset); in common_binop_word_rm_r()
1235 destval = fetch_data_word(emu, destoffset); in common_binop_ns_word_rm_r()
1301 srcval = fetch_data_word(emu, srcoffset); in common_binop_word_r_rm()
1410 srcval = fetch_data_word(emu, srcoffset); in common_imul_word_IMM()
1464 *dstreg = fetch_data_word(emu, srcoffset); in common_load_far_pointer()
1465 *seg = fetch_data_word(emu, srcoffset + 2); in common_load_far_pointer()
2634 val = fetch_data_word(emu, emu->x86.R_SI); in x86emuOp_movs_word()
4140 destval = fetch_data_word(emu, destoffset); in x86emuOp16_opcFF_word_RM()
[all …]