Searched refs:R_ESI (Results 1 – 6 of 6) sorted by relevance
667 return &M.x86.R_ESI; in decode_rm_long_register()763 base = M.x86.R_ESI; in decode_sib_address()796 i = M.x86.R_ESI; in decode_sib_address()865 return M.x86.R_ESI; in decode_rm00_address()954 return M.x86.R_ESI + displacement; in decode_rm01_address()1050 return M.x86.R_ESI + displacement; in decode_rm10_address()
456 printk("ESI=%08x ", M.x86.R_ESI); in x86emu_dump_xregs()
3774 M.x86.R_ESI = inc_long(M.x86.R_ESI); in x86emuOp_inc_SI()3974 M.x86.R_ESI = dec_long(M.x86.R_ESI); in x86emuOp_dec_SI()4178 push_long(M.x86.R_ESI); in x86emuOp_push_SI()4378 M.x86.R_ESI = pop_long(); in x86emuOp_pop_SI()4436 push_long(M.x86.R_ESI); in x86emuOp_push_all()4472 M.x86.R_ESI = pop_long(); in x86emuOp_pop_all()7337 M.x86.R_EAX = M.x86.R_ESI; in x86emuOp_xchg_word_AX_SI()7338 M.x86.R_ESI = tmp; in x86emuOp_xchg_word_AX_SI()8623 M.x86.R_ESI = srcval; in x86emuOp_mov_word_SI_IMM()
2715 M.x86.R_ESI = bswap_32(M.x86.R_ESI); in x86emuOp2_bswap()
292 M.x86.R_ESI = regs->esi; in bios_interrupt()316 regs->esi = M.x86.R_ESI; in bios_interrupt()
160 #define R_ESI spc.SI.I32_reg.e_reg macro