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

/freebsd-12-stable/sys/contrib/x86emu/
H A Dx86emu.c699 return &emu->x86.R_SI;
934 offset = emu->x86.R_BX + emu->x86.R_SI;
941 offset = emu->x86.R_BP + emu->x86.R_SI;
948 offset = emu->x86.R_SI;
1586 push_word(emu, emu->x86.R_SI);
1609 emu->x86.R_SI = pop_word(emu);
2356 emu->x86.R_AX = emu->x86.R_SI;
2357 emu->x86.R_SI = (uint16_t) tmp;
2589 val = fetch_data_byte(emu, emu->x86.R_SI);
2591 emu->x86.R_SI
[all...]
H A Dx86emu_regs.h65 #define R_SI register_si.I16_reg.x_reg macro
/freebsd-12-stable/sys/compat/x86bios/
H A Dx86bios.h126 #define R_SI register_si.I16_reg.x_reg macro
H A Dx86bios.c98 vmf->vmf_si = regs->R_SI;
114 regs->R_SI = vmf->vmf_si;

Completed in 70 milliseconds