Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c53 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()
[all …]