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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Davr-tdep.c87 AVR_PC_REGNUM = 34, enumerator in enum:__anon359
223 if (reg_nr == AVR_PC_REGNUM)
346 regcache_cooked_read_unsigned (regcache, AVR_PC_REGNUM, &pc);
353 regcache_cooked_write_unsigned (regcache, AVR_PC_REGNUM,
367 status = regcache_raw_read_unsigned (regcache, AVR_PC_REGNUM, &val);
389 regcache_raw_write_unsigned (regcache, AVR_PC_REGNUM, val);
1022 info->saved_regs[AVR_PC_REGNUM].addr = info->prev_sp;
1038 pc = frame_unwind_register_unsigned (next_frame, AVR_PC_REGNUM);
1090 if (regnum == AVR_PC_REGNUM || regnum == AVR_PSEUDO_PC_REGNUM)
1092 if (trad_frame_addr_p (info->saved_regs, AVR_PC_REGNUM))
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/avr/
H A Dinterp.c81 #define AVR_PC_REGNUM 34 macro
1715 if (rn == AVR_PC_REGNUM && length == 4)
1744 if (rn == AVR_PC_REGNUM && length == 4)

Completed in 56 milliseconds