Home
last modified time | relevance | path

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

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c49 static uint16_t fetch_data_word (struct x86emu *, uint32_t offset);
450 fetch_data_word(struct x86emu *emu, uint32_t offset) in fetch_data_word() function
991 return fetch_data_word(emu, emu->cur_offset); in decode_and_fetch_word_disp()
1042 return fetch_data_word(emu, emu->cur_offset); in decode_and_fetch_word_imm8()
1157 destval = fetch_data_word(emu, destoffset); in common_binop_word_rm_r()
1226 destval = fetch_data_word(emu, destoffset); in common_binop_ns_word_rm_r()
1292 srcval = fetch_data_word(emu, srcoffset); in common_binop_word_r_rm()
1401 srcval = fetch_data_word(emu, srcoffset); in common_imul_word_IMM()
1455 *dstreg = fetch_data_word(emu, srcoffset); in common_load_far_pointer()
1456 *seg = fetch_data_word(emu, srcoffset + 2); in common_load_far_pointer()
[all …]