Home
last modified time | relevance | path

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

/openbsd/sys/dev/x86emu/
H A Dx86emu.c186 emu->x86.R_CS = fetch_word(emu, 0, intno * 4 + 2); in x86emu_intr_dispatch()
188 emu->x86.R_IP = fetch_word(emu, 0, intno * 4); in x86emu_intr_dispatch()
351 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_word_imm()
461 return fetch_word(emu, get_data_segment(emu), offset); in fetch_data_word()
2727 val2 = fetch_word(emu, emu->x86.R_ES, in x86emuOp_cmps_word()
2749 val2 = fetch_word(emu, emu->x86.R_ES, in x86emuOp_cmps_word()
2992 val = fetch_word(emu, emu->x86.R_ES, in x86emuOp_scas_word()
3011 val = fetch_word(emu, emu->x86.R_ES, in x86emuOp_scas_word()
3344 push_word(emu, fetch_word(emu, emu->x86.R_SS, in x86emuOp_enter()
8320 fetch_word(emu, emu->x86.R_ES, in outs()
[all …]