Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c625 return &M.x86.R_BP; in decode_rm_word_register()
921 return (M.x86.R_BP + M.x86.R_SI) & 0xffff; in decode_rm00_address()
925 return (M.x86.R_BP + M.x86.R_DI) & 0xffff; in decode_rm00_address()
1010 return (M.x86.R_BP + M.x86.R_SI + displacement) & 0xffff; in decode_rm01_address()
1014 return (M.x86.R_BP + M.x86.R_DI + displacement) & 0xffff; in decode_rm01_address()
1024 return (M.x86.R_BP + displacement) & 0xffff; in decode_rm01_address()
1100 return (M.x86.R_BP + M.x86.R_SI + displacement) & 0xffff; in decode_rm10_address()
1104 return (M.x86.R_BP + M.x86.R_DI + displacement) & 0xffff; in decode_rm10_address()
1114 return (M.x86.R_BP + displacement) & 0xffff; in decode_rm10_address()
H A Ddebug.c370 printk("BP=%04x ", M.x86.R_BP); in x86emu_dump_regs()
H A Dops.c811 push_word(M.x86.R_BP); in x86emuOp_push_all()
844 M.x86.R_BP = pop_word(); in x86emuOp_pop_all()
3448 push_word(M.x86.R_BP); in x86emuOp_enter()
3452 M.x86.R_BP -= 2; in x86emuOp_enter()
3453 push_word(fetch_data_word_abs(M.x86.R_SS, M.x86.R_BP)); in x86emuOp_enter()
3457 M.x86.R_BP = frame_pointer; in x86emuOp_enter()
3472 M.x86.R_SP = M.x86.R_BP; in x86emuOp_leave()
3473 M.x86.R_BP = pop_word(); in x86emuOp_leave()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddecode.c630 return &M.x86.R_BP; in decode_rm_word_register()
894 return (M.x86.R_BP + M.x86.R_SI) & 0xffff; in decode_rm00_address()
898 return (M.x86.R_BP + M.x86.R_DI) & 0xffff; in decode_rm00_address()
983 return (M.x86.R_BP + M.x86.R_SI + displacement) & 0xffff; in decode_rm01_address()
987 return (M.x86.R_BP + M.x86.R_DI + displacement) & 0xffff; in decode_rm01_address()
997 return (M.x86.R_BP + displacement) & 0xffff; in decode_rm01_address()
1079 return (M.x86.R_BP + M.x86.R_SI + displacement) & 0xffff; in decode_rm10_address()
1083 return (M.x86.R_BP + M.x86.R_DI + displacement) & 0xffff; in decode_rm10_address()
1093 return (M.x86.R_BP + displacement) & 0xffff; in decode_rm10_address()
H A Ddebug.c395 printk("BP=%04x ", M.x86.R_BP); in x86emu_dump_regs()
H A Dops.c3752 M.x86.R_BP = inc_word(M.x86.R_BP); in x86emuOp_inc_BP()
3952 M.x86.R_BP = dec_word(M.x86.R_BP); in x86emuOp_dec_BP()
4156 push_word(M.x86.R_BP); in x86emuOp_push_BP()
4356 M.x86.R_BP = pop_word(); in x86emuOp_pop_BP()
4447 push_word(M.x86.R_BP); in x86emuOp_push_all()
4483 M.x86.R_BP = pop_word(); in x86emuOp_pop_all()
7311 M.x86.R_AX = M.x86.R_BP; in x86emuOp_xchg_word_AX_BP()
7312 M.x86.R_BP = (u16) tmp; in x86emuOp_xchg_word_AX_BP()
8596 M.x86.R_BP = (u16) srcval; in x86emuOp_mov_word_BP_IMM()
9266 push_word(M.x86.R_BP); in x86emuOp_enter()
[all …]
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h148 #define R_BP spc.BP.I16_reg.x_reg macro
156 #define R_BP spc.BP.I16_reg.x_reg macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h34 #define X86_BP M.x86.R_BP
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h154 #define R_BP spc.BP.I16_reg.x_reg macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch576 - printk("BP=%04x ", M.x86.R_BP );
606 + printk("BP=%04x ", M.x86.R_BP);
1403 - return &M.x86.R_BP;
1430 + return &M.x86.R_BP;
1818 return (M.x86.R_BP + M.x86.R_SI) & 0xffff;
1825 return (M.x86.R_BP + M.x86.R_DI) & 0xffff;
1958 return (M.x86.R_BP + M.x86.R_SI + displacement) & 0xffff;
1965 return (M.x86.R_BP + M.x86.R_DI + displacement) & 0xffff;
1982 return (M.x86.R_BP + displacement) & 0xffff;
2104 return (M.x86.R_BP + M.x86.R_SI + displacement) & 0xffff;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info30319 (R_BP 177)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info30319 (R_BP 177)