Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dm32r-tdep.c229 else if (reg_nr == M32R_SP_REGNUM || reg_nr == M32R_FP_REGNUM) in m32r_register_type()
612 this_base = frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM); in m32r_frame_unwind_cache()
634 trad_frame_set_value (info->saved_regs, M32R_SP_REGNUM, prev_sp); in m32r_frame_unwind_cache()
666 return frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM); in m32r_unwind_sp()
761 regcache_cooked_write_unsigned (regcache, M32R_SP_REGNUM, sp); in m32r_push_dummy_call()
925 set_gdbarch_sp_regnum (gdbarch, M32R_SP_REGNUM); in m32r_gdbarch_init()
Dm32r-linux-nat.c93 if (i != M32R_SP_REGNUM) in supply_gregset()
141 if (i != M32R_SP_REGNUM) in fill_gregset()
Dm32r-tdep.h38 M32R_SP_REGNUM = 15, enumerator
Dm32r-linux-tdep.c238 cache->base = frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM); in m32r_linux_sigtramp_frame_cache()