Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu_regs.h73 #define R_ESI register_si.I32_reg.e_reg macro
H A Dx86emu.c747 return &emu->x86.R_ESI; in decode_rm_long_register()
836 base = emu->x86.R_ESI; in decode_sib_address()
862 i = emu->x86.R_ESI; in decode_sib_address()
915 offset = emu->x86.R_ESI; in decode_rl_address()
1575 push_long(emu, emu->x86.R_ESI); in x86emuOp_push_all()
1600 emu->x86.R_ESI = pop_long(emu); in x86emuOp_pop_all()
2352 emu->x86.R_EAX = emu->x86.R_ESI; in x86emuOp_xchg_word_AX_SI()
2353 emu->x86.R_ESI = tmp; in x86emuOp_xchg_word_AX_SI()
3113 emu->x86.R_ESI = fetch_long_imm(emu); in x86emuOp_mov_word_SI_IMM()