Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c669 return &M.x86.R_EBP; in decode_rm_long_register()
764 return M.x86.R_EBP * index; in decode_sib_si()
827 offset = M.x86.R_EBP + displacement; in decode_sib_address()
832 offset = M.x86.R_EBP + displacement; in decode_sib_address()
989 return M.x86.R_EBP + displacement; in decode_rm01_address()
1078 return M.x86.R_EBP + displacement; in decode_rm10_address()
H A Ddebug.c420 printk("EBP=%08x ", M.x86.R_EBP); in x86emu_dump_xregs()
H A Dops.c800 push_long(M.x86.R_EBP); in x86emuOp_push_all()
835 M.x86.R_EBP = pop_long(); in x86emuOp_pop_all()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddecode.c674 return &M.x86.R_EBP; in decode_rm_long_register()
802 i = M.x86.R_EBP; in decode_sib_address()
961 return M.x86.R_EBP + displacement; in decode_rm01_address()
1057 return M.x86.R_EBP + displacement; in decode_rm10_address()
H A Ddebug.c446 printk("EBP=%08x ", M.x86.R_EBP); in x86emu_dump_xregs()
H A Dops.c3749 M.x86.R_EBP = inc_long(M.x86.R_EBP); in x86emuOp_inc_BP()
3949 M.x86.R_EBP = dec_long(M.x86.R_EBP); in x86emuOp_dec_BP()
4153 push_long(M.x86.R_EBP); in x86emuOp_push_BP()
4353 M.x86.R_EBP = pop_long(); in x86emuOp_pop_BP()
4435 push_long(M.x86.R_EBP); in x86emuOp_push_all()
4473 M.x86.R_EBP = pop_long(); in x86emuOp_pop_all()
7306 M.x86.R_EAX = M.x86.R_EBP; in x86emuOp_xchg_word_AX_BP()
7307 M.x86.R_EBP = tmp; in x86emuOp_xchg_word_AX_BP()
8593 M.x86.R_EBP = srcval; in x86emuOp_mov_word_BP_IMM()
9298 M.x86.R_EBP = pop_long(); in x86emuOp_leave()
H A Dops2.c2712 M.x86.R_EBP = bswap_32(M.x86.R_EBP); in x86emuOp2_bswap()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios.c66 .ebp = M.x86.R_EBP, in int_exception_handler()
314 M.x86.R_EBP = ebp; in interrupt_handler()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h22 #define X86_EBP M.x86.R_EBP
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h162 #define R_EBP spc.BP.I32_reg.e_reg macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h164 #define R_EBP spc.BP.I32_reg.e_reg macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch658 - printk("EBP=%08x ", M.x86.R_EBP );
688 + printk("EBP=%08x ", M.x86.R_EBP);
1469 - return &M.x86.R_EBP;
1495 + return &M.x86.R_EBP;
1690 - i = M.x86.R_EBP;
1693 + i = M.x86.R_EBP;
1898 - return M.x86.R_EBP + displacement;
1928 + return M.x86.R_EBP + displacement;
2044 - return M.x86.R_EBP + displacement;
2076 + return M.x86.R_EBP + displacement;
[all …]