Home
last modified time | relevance | path

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

/openbsd/sys/dev/x86emu/
H A Dx86emu_regs.h72 #define R_EBP register_bp.I32_reg.e_reg macro
H A Dx86emu.c751 return &emu->x86.R_EBP; in decode_rm_long_register()
837 base = emu->x86.R_EBP; in decode_sib_address()
865 i = emu->x86.R_EBP; in decode_sib_address()
917 offset = emu->x86.R_EBP; in decode_rl_address()
1580 push_long(emu, emu->x86.R_EBP); in x86emuOp_push_all()
1607 emu->x86.R_EBP = pop_long(emu); in x86emuOp_pop_all()
2338 emu->x86.R_EAX = emu->x86.R_EBP; in x86emuOp_xchg_word_AX_BP()
2339 emu->x86.R_EBP = tmp; in x86emuOp_xchg_word_AX_BP()
3106 emu->x86.R_EBP = fetch_long_imm(emu); in x86emuOp_mov_word_BP_IMM()