Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c189 emu->x86.R_CS = fetch_word(emu, 0, intno * 4 + 2); in x86emu_intr_dispatch()
191 emu->x86.R_IP = fetch_word(emu, 0, intno * 4); in x86emu_intr_dispatch()
345 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_word_imm()
455 return fetch_word(emu, get_data_segment(emu), offset); in fetch_data_word()
2721 val2 = fetch_word(emu, emu->x86.R_ES, in x86emuOp_cmps_word()
2743 val2 = fetch_word(emu, emu->x86.R_ES, in x86emuOp_cmps_word()
2986 val = fetch_word(emu, emu->x86.R_ES, in x86emuOp_scas_word()
3005 val = fetch_word(emu, emu->x86.R_ES, in x86emuOp_scas_word()
3338 push_word(emu, fetch_word(emu, emu->x86.R_SS, in x86emuOp_enter()
8310 fetch_word(emu, emu->x86.R_ES, in outs()
[all …]