Home
last modified time | relevance | path

Searched refs:R_SP (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/target/cris/
H A Dhelper.c142 env->pregs[PR_USP] = env->regs[R_SP]; in crisv10_cpu_do_interrupt()
143 env->regs[R_SP] = env->ksp; in crisv10_cpu_do_interrupt()
203 env->regs[R_SP], in cris_cpu_do_interrupt()
216 env->pregs[PR_USP] = env->regs[R_SP]; in cris_cpu_do_interrupt()
217 env->regs[R_SP] = env->ksp; in cris_cpu_do_interrupt()
H A Dcpu.h43 #define R_SP 14 macro
H A Dop_helper.c153 env->ksp = env->regs[R_SP]; in cris_ccs_rshift()
154 env->regs[R_SP] = env->pregs[PR_USP]; in cris_ccs_rshift()
H A Dmmu.c284 env->regs[R_SP], env->pregs[PR_USP], env->ksp)); in cris_mmu_translate_page()
H A Dtranslate.c1912 t_gen_mov_env_TN(ksp, cpu_R[R_SP]); in dec_setclrf()
1913 tcg_gen_mov_tl(cpu_R[R_SP], cpu_PR[PR_USP]); in dec_setclrf()
/openbmc/qemu/linux-user/cris/
H A Dsignal.c88 sp = (env->regs[R_SP] & ~3); in get_sigframe()
128 env->regs[R_SP] = frame_addr; in setup_frame()
155 frame_addr = env->regs[R_SP]; in do_sigreturn()
/openbmc/qemu/linux-user/microblaze/
H A Dtarget_cpu.h26 env->regs[R_SP] = newsp; in cpu_clone_regs_child()
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h147 #define R_SP spc.SP.I16_reg.x_reg macro
155 #define R_SP spc.SP.I16_reg.x_reg macro
/openbmc/u-boot/drivers/bios_emulator/
H A Dbiosemu.c270 M.x86.R_SP = OFF(M.mem_size - 2) + 2; in BE_callRealMode()
313 M.x86.R_SP = OFF(M.mem_size - 1) - 1; in BE_int86()
357 M.x86.R_SP = OFF(M.mem_size - 1) - 1; in BE_int86x()
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c2392 M.x86.R_SP -= 2; in push_word()
2393 (*sys_wrw)(((u32)M.x86.R_SS << 4) + M.x86.R_SP, w); in push_word()
2406 M.x86.R_SP -= 4; in push_long()
2407 (*sys_wrl)(((u32)M.x86.R_SS << 4) + M.x86.R_SP, w); in push_long()
2422 res = (*sys_rdw)(((u32)M.x86.R_SS << 4) + M.x86.R_SP); in pop_word()
2423 M.x86.R_SP += 2; in pop_word()
2439 res = (*sys_rdl)(((u32)M.x86.R_SS << 4) + M.x86.R_SP); in pop_long()
2440 M.x86.R_SP += 4; in pop_long()
H A Ddecode.c105 DB( if (M.x86.R_SP != 0) { in X86EMU_exec()
622 return &M.x86.R_SP; in decode_rm_word_register()
H A Ddebug.c369 printk("SP=%04x ", M.x86.R_SP); in x86emu_dump_regs()
H A Dops.c181 if (M.x86.R_SP != 0) { in x86emuOp_illegal_op()
804 u16 old_sp = M.x86.R_SP; in x86emuOp_push_all()
845 M.x86.R_SP += 2; /* skip SP */ in x86emuOp_pop_all()
3260 M.x86.R_SP += imm; in x86emuOp_ret_near_IMM()
3449 frame_pointer = M.x86.R_SP; in x86emuOp_enter()
3458 M.x86.R_SP = (u16)(M.x86.R_SP - local); in x86emuOp_enter()
3472 M.x86.R_SP = M.x86.R_BP; in x86emuOp_leave()
3494 M.x86.R_SP += imm; in x86emuOp_ret_far_IMM()
/openbmc/qemu/target/microblaze/
H A Dcpu.h46 #define R_SP 1 macro
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch1400 - return &M.x86.R_SP;
5194 M.x86.R_SP = inc_word(M.x86.R_SP);
5394 M.x86.R_SP = dec_word(M.x86.R_SP);
9560 - M.x86.R_SP = (u16)(M.x86.R_SP - local);
9561 + M.x86.R_SP = (u16) (M.x86.R_SP - local);
18688 - M.x86.R_SP -= 2;
18707 - M.x86.R_SP -= 4;
18730 - M.x86.R_SP += 2;
18735 + M.x86.R_SP += 2;
18753 - M.x86.R_SP += 4;
[all …]