Home
last modified time | relevance | path

Searched refs:MIPS_SP_REGNUM (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmips-tdep.c1128 if (rawnum == MIPS_SP_REGNUM in mips_pseudo_register_type()
1437 (next_frame, gdbarch_num_regs (gdbarch) + MIPS_SP_REGNUM); in mips_unwind_sp()
1451 + MIPS_SP_REGNUM), in mips_dummy_id()
2541 int frame_reg = MIPS_SP_REGNUM; in mips16_scan_prologue()
2559 + MIPS_SP_REGNUM); in mips16_scan_prologue()
2895 + MIPS_SP_REGNUM].set_value (cache->base); in mips_insn16_frame_cache()
2995 int frame_reg = MIPS_SP_REGNUM; in micromips_scan_prologue()
3024 + MIPS_SP_REGNUM); in micromips_scan_prologue()
3064 && dreg == MIPS_SP_REGNUM && sreg == MIPS_SP_REGNUM in micromips_scan_prologue()
3083 && breg == MIPS_SP_REGNUM && sreg < MIPS_RA_REGNUM) in micromips_scan_prologue()
[all …]
Dmips64-obsd-tdep.c90 MIPS_SP_REGNUM + gdbarch_num_regs (gdbarch)); in mips64obsd_sigframe_init()
Dmips-tdep.h150 MIPS_SP_REGNUM = 29, enumerator
Dmips-fbsd-tdep.c291 MIPS_SP_REGNUM + gdbarch_num_regs (gdbarch)); in mips_fbsd_sigframe_init()
383 MIPS_SP_REGNUM + gdbarch_num_regs (gdbarch)); in mips64_fbsd_sigframe_init()
Dmips-netbsd-nat.c145 regcache->raw_supply (MIPS_SP_REGNUM, &sf.val[_L_SP]); in mipsnbsd_supply_pcb()
DChangeLog-20046242 * mips-tdep.h (MIPS_SP_REGNUM): Define.
6245 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.