Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu_regs.h74 #define R_EDI register_di.I32_reg.e_reg macro
H A Dx86emu.c749 return &emu->x86.R_EDI; in decode_rm_long_register()
839 base = emu->x86.R_EDI; in decode_sib_address()
865 i = emu->x86.R_EDI; in decode_sib_address()
918 offset = emu->x86.R_EDI; in decode_rl_address()
1576 push_long(emu, emu->x86.R_EDI); in x86emuOp_push_all()
1599 emu->x86.R_EDI = pop_long(emu); in x86emuOp_pop_all()
2372 emu->x86.R_EAX = emu->x86.R_EDI; in x86emuOp_xchg_word_AX_DI()
2373 emu->x86.R_EDI = tmp; in x86emuOp_xchg_word_AX_DI()
3126 emu->x86.R_EDI = fetch_long_imm(emu); in x86emuOp_mov_word_DI_IMM()