Searched refs:AVR_SP_REGNUM (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Davr-tdep.c86 AVR_SP_REGNUM = 33, enumerator in enum:__anon359
227 if (reg_nr == AVR_SP_REGNUM)
1001 this_base = get_frame_register_unsigned (this_frame, AVR_SP_REGNUM);
1027 trad_frame_set_value (info->saved_regs, AVR_SP_REGNUM,
1048 sp = frame_unwind_register_unsigned (next_frame, AVR_SP_REGNUM);
1166 base = get_frame_register_unsigned (this_frame, AVR_SP_REGNUM);
1326 regcache_cooked_write_unsigned (regcache, AVR_SP_REGNUM,
1342 return AVR_SP_REGNUM;
1418 set_gdbarch_sp_regnum (gdbarch, AVR_SP_REGNUM);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/avr/
H A Dinterp.c80 #define AVR_SP_REGNUM 33 macro
1709 if (rn == AVR_SP_REGNUM && length == 2)
1738 if (rn == AVR_SP_REGNUM && length == 2)

Completed in 96 milliseconds