Searched refs:fetch_word (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/contrib/x86emu/ |
| H A D | x86emu.c | 186 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() 342 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_word_imm() 452 return fetch_word(emu, get_data_segment(emu), offset); in fetch_data_word() 2718 val2 = fetch_word(emu, emu->x86.R_ES, in x86emuOp_cmps_word() 2740 val2 = fetch_word(emu, emu->x86.R_ES, in x86emuOp_cmps_word() 2983 val = fetch_word(emu, emu->x86.R_ES, in x86emuOp_scas_word() 3002 val = fetch_word(emu, emu->x86.R_ES, in x86emuOp_scas_word() 3335 push_word(emu, fetch_word(emu, emu->x86.R_SS, in x86emuOp_enter() 8307 fetch_word(emu, emu->x86.R_ES, in outs() [all …]
|