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

/netbsd-current/common/lib/libx86emu/
H A Dx86emu.c54 static uint16_t fetch_word (struct X86EMU *, uint32_t segment, uint32_t offset);
190 emu->x86.R_CS = fetch_word(emu, 0, intno * 4 + 2);
192 emu->x86.R_IP = fetch_word(emu, 0, intno * 4);
348 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP);
454 return fetch_word(emu, get_data_segment(emu), offset);
496 fetch_word(struct X86EMU *emu, uint32_t segment, uint32_t offset) function
2636 val2 = fetch_word(emu, emu->x86.R_ES, emu->x86.R_DI);
2656 val2 = fetch_word(emu, emu->x86.R_ES, emu->x86.R_DI);
2673 val2 = fetch_word(emu, emu->x86.R_ES, emu->x86.R_DI);
2887 val = fetch_word(em
[all...]

Completed in 202 milliseconds