Searched refs:R_EDI (Results 1 – 14 of 14) sorted by relevance
254 M.x86.R_EDI = regs->e.edi; in BE_callRealMode()280 regs->e.edi = M.x86.R_EDI; in BE_callRealMode()305 M.x86.R_EDI = in->e.edi; in BE_int86()322 out->e.edi = M.x86.R_EDI; in BE_int86()345 M.x86.R_EDI = in->e.edi; in BE_int86x()366 out->e.edi = M.x86.R_EDI; in BE_int86x()
675 return &M.x86.R_EDI; in decode_rm_long_register()770 return M.x86.R_EDI * index; in decode_sib_si()846 offset = M.x86.R_EDI; in decode_sib_address()907 return M.x86.R_EDI; in decode_rm00_address()995 return M.x86.R_EDI + displacement; in decode_rm01_address()1084 return M.x86.R_EDI + displacement; in decode_rm10_address()
422 printk("EDI=%08x\n", M.x86.R_EDI); in x86emu_dump_xregs()
802 push_long(M.x86.R_EDI); in x86emuOp_push_all()833 M.x86.R_EDI = pop_long(); in x86emuOp_pop_all()
680 return &M.x86.R_EDI; in decode_rm_long_register()777 base = M.x86.R_EDI; in decode_sib_address()810 i = M.x86.R_EDI; in decode_sib_address()878 return M.x86.R_EDI; in decode_rm00_address()967 return M.x86.R_EDI + displacement; in decode_rm01_address()1063 return M.x86.R_EDI + displacement; in decode_rm10_address()
448 printk("EDI=%08x\n", M.x86.R_EDI); in x86emu_dump_xregs()
3799 M.x86.R_EDI = inc_long(M.x86.R_EDI); in x86emuOp_inc_DI()3999 M.x86.R_EDI = dec_long(M.x86.R_EDI); in x86emuOp_dec_DI()4203 push_long(M.x86.R_EDI); in x86emuOp_push_DI()4403 M.x86.R_EDI = pop_long(); in x86emuOp_pop_DI()4437 push_long(M.x86.R_EDI); in x86emuOp_push_all()4471 M.x86.R_EDI = pop_long(); in x86emuOp_pop_all()7368 M.x86.R_EAX = M.x86.R_EDI; in x86emuOp_xchg_word_AX_DI()7369 M.x86.R_EDI = tmp; in x86emuOp_xchg_word_AX_DI()8653 M.x86.R_EDI = srcval; in x86emuOp_mov_word_DI_IMM()
2718 M.x86.R_EDI = bswap_32(M.x86.R_EDI); in x86emuOp2_bswap()
68 .edi = M.x86.R_EDI, in int_exception_handler()316 M.x86.R_EDI = edi; in interrupt_handler()338 *(volatile u32 *)&edi = M.x86.R_EDI; in interrupt_handler()
129 M.x86.R_EDI = 0x00000000; /* protected mode entry */ in int1a_handler()167 reg = M.x86.R_EDI; in int1a_handler()
21 #define X86_EDI M.x86.R_EDI
164 #define R_EDI spc.DI.I32_reg.e_reg macro
166 #define R_EDI spc.DI.I32_reg.e_reg macro
660 - printk("EDI=%08x\n", M.x86.R_EDI );690 + printk("EDI=%08x\n", M.x86.R_EDI);1475 - return &M.x86.R_EDI;1501 + return &M.x86.R_EDI;1648 - base = M.x86.R_EDI;1651 + base = M.x86.R_EDI;1704 - i = M.x86.R_EDI;1707 + i = M.x86.R_EDI;1765 - return M.x86.R_EDI;1794 + return M.x86.R_EDI;[all …]