Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmips-tdep.h78 MIPS_SP_REGNUM = 29, enumerator
H A Dmips-tdep.c739 return read_signed_register (MIPS_SP_REGNUM); in mips_read_sp()
1425 int frame_reg = MIPS_SP_REGNUM; in mips16_scan_prologue()
1438 sp = read_next_frame_reg (next_frame, NUM_REGS + MIPS_SP_REGNUM); in mips16_scan_prologue()
1742 int frame_reg = MIPS_SP_REGNUM; in mips32_scan_prologue()
1801 else if (frame_reg == MIPS_SP_REGNUM) in mips32_scan_prologue()
1829 if (frame_reg == MIPS_SP_REGNUM) in mips32_scan_prologue()
2631 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp); in mips_eabi_push_dummy_call()
2883 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp); in mips_n32n64_push_dummy_call()
3298 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp); in mips_o32_push_dummy_call()
3752 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp); in mips_o64_push_dummy_call()
[all …]
H A Dmips64obsd-tdep.c96 sp = frame_unwind_register_signed (next_frame, MIPS_SP_REGNUM + NUM_REGS); in mips64obsd_sigframe_init()
H A DChangeLog4361 * mips-tdep.h (MIPS_SP_REGNUM): Define.
4364 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.