Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/x86emu/
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()
Ddebug.c370 printk("BP=%04x ", M.x86.R_BP); in x86emu_dump_regs()
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()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h148 #define R_BP spc.BP.I16_reg.x_reg macro
156 #define R_BP spc.BP.I16_reg.x_reg macro