Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch576 - printk("BP=%04x ", M.x86.R_BP );
1403 - return &M.x86.R_BP;
1430 + return &M.x86.R_BP;
5219 M.x86.R_BP = inc_word(M.x86.R_BP);
5419 M.x86.R_BP = dec_word(M.x86.R_BP);
5631 push_word(M.x86.R_BP);
5831 M.x86.R_BP = pop_word();
8045 - M.x86.R_BP = (u16)tmp;
8046 + M.x86.R_BP = (u16) tmp;
9552 M.x86.R_BP -= 2;
[all …]