Searched refs:AVR_SP_REGNUM (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | avr-tdep.c | 89 AVR_SP_REGNUM = 33, enumerator 215 if (reg_nr == AVR_SP_REGNUM) in avr_register_type() 343 regcache_cooked_read_unsigned (current_regcache, AVR_SP_REGNUM, &sp); in avr_read_sp() 901 frame_unwind_unsigned_register (next_frame, AVR_SP_REGNUM, &this_base); in avr_frame_unwind_cache() 929 trad_frame_set_value (info->saved_regs, AVR_SP_REGNUM, info->prev_sp+1); in avr_frame_unwind_cache() 1070 frame_unwind_unsigned_register (next_frame, AVR_SP_REGNUM, &base); in avr_unwind_dummy_id() 1226 regcache_cooked_write_unsigned (regcache, AVR_SP_REGNUM, in avr_push_dummy_call() 1281 set_gdbarch_sp_regnum (gdbarch, AVR_SP_REGNUM); in avr_gdbarch_init()
|