Home
last modified time | relevance | path

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

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c696 return &emu->x86.R_SI; in decode_rm_word_register()
931 offset = emu->x86.R_BX + emu->x86.R_SI; in decode_rl_address()
938 offset = emu->x86.R_BP + emu->x86.R_SI; in decode_rl_address()
945 offset = emu->x86.R_SI; in decode_rl_address()
1583 push_word(emu, emu->x86.R_SI); in x86emuOp_push_all()
1606 emu->x86.R_SI = pop_word(emu); in x86emuOp_pop_all()
2353 emu->x86.R_AX = emu->x86.R_SI; in x86emuOp_xchg_word_AX_SI()
2354 emu->x86.R_SI = (uint16_t) tmp; in x86emuOp_xchg_word_AX_SI()
2586 val = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_movs_byte()
2588 emu->x86.R_SI += inc; in x86emuOp_movs_byte()
[all …]
H A Dx86emu_regs.h65 #define R_SI register_si.I16_reg.x_reg macro
/freebsd/sys/compat/x86bios/
H A Dx86bios.h124 #define R_SI register_si.I16_reg.x_reg macro
H A Dx86bios.c96 vmf->vmf_si = regs->R_SI; in x86bios_emu2vmf()
112 regs->R_SI = vmf->vmf_si; in x86bios_vmf2emu()