Home
last modified time | relevance | path

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

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c52 static uint32_t fetch_long (struct x86emu *, uint32_t segment, uint32_t offset);
362 fetched = fetch_long(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_long_imm()
467 return fetch_long(emu, get_data_segment(emu), offset); in fetch_data_long()
513 fetch_long(struct x86emu *emu, uint32_t segment, uint32_t offset) in fetch_long() function
2713 val2 = fetch_long(emu, emu->x86.R_ES, in x86emuOp_cmps_word()
2735 val2 = fetch_long(emu, emu->x86.R_ES, in x86emuOp_cmps_word()
2754 val2 = fetch_long(emu, emu->x86.R_ES, emu->x86.R_DI); in x86emuOp_cmps_word()
2979 val = fetch_long(emu, emu->x86.R_ES, in x86emuOp_scas_word()
2998 val = fetch_long(emu, emu->x86.R_ES, in x86emuOp_scas_word()
3014 val = fetch_long(emu, emu->x86.R_ES, emu->x86.R_DI); in x86emuOp_scas_word()
[all …]