Searched refs:R_BP (Results 1 – 12 of 12) sorted by relevance
625 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()
370 printk("BP=%04x ", M.x86.R_BP); in x86emu_dump_regs()
811 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()
630 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()
395 printk("BP=%04x ", M.x86.R_BP); in x86emu_dump_regs()
3752 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 …]
148 #define R_BP spc.BP.I16_reg.x_reg macro156 #define R_BP spc.BP.I16_reg.x_reg macro
34 #define X86_BP M.x86.R_BP
154 #define R_BP spc.BP.I16_reg.x_reg macro
576 - 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 …]
30319 (R_BP 177)