Home
last modified time | relevance | path

Searched refs:M32R_PC_REGNUM (Results 1 – 8 of 8) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dm32r-tdep.c59 M32R_PC_REGNUM = 21, enumerator
264 if (reg_nr == M32R_PC_REGNUM) in m32r_register_type()
648 info->saved_regs[M32R_PC_REGNUM] = info->saved_regs[LR_REGNUM]; in m32r_frame_unwind_cache()
665 regcache_cooked_read_unsigned (current_regcache, M32R_PC_REGNUM, &pc); in m32r_read_pc()
677 write_register (M32R_PC_REGNUM, val); in m32r_write_pc()
814 return frame_unwind_register_unsigned (next_frame, M32R_PC_REGNUM); in m32r_unwind_pc()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dm32r-tdep.c59 M32R_PC_REGNUM = 21, enumerator
264 if (reg_nr == M32R_PC_REGNUM) in m32r_register_type()
648 info->saved_regs[M32R_PC_REGNUM] = info->saved_regs[LR_REGNUM]; in m32r_frame_unwind_cache()
665 regcache_cooked_read_unsigned (current_regcache, M32R_PC_REGNUM, &pc); in m32r_read_pc()
677 write_register (M32R_PC_REGNUM, val); in m32r_write_pc()
814 return frame_unwind_register_unsigned (next_frame, M32R_PC_REGNUM); in m32r_unwind_pc()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dm32r-tdep.c238 if (reg_nr == M32R_PC_REGNUM) in m32r_register_type()
653 info->saved_regs[M32R_PC_REGNUM] = info->saved_regs[LR_REGNUM]; in m32r_frame_unwind_cache()
666 regcache_cooked_read_unsigned (regcache, M32R_PC_REGNUM, &pc); in m32r_read_pc()
673 regcache_cooked_write_unsigned (regcache, M32R_PC_REGNUM, val); in m32r_write_pc()
832 return frame_unwind_register_unsigned (next_frame, M32R_PC_REGNUM); in m32r_unwind_pc()
H A Dm32r-tdep.h42 M32R_PC_REGNUM = 21, enumerator
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dm32r-tdep.c238 if (reg_nr == M32R_PC_REGNUM) in m32r_register_type()
653 info->saved_regs[M32R_PC_REGNUM] = info->saved_regs[LR_REGNUM]; in m32r_frame_unwind_cache()
666 regcache_cooked_read_unsigned (regcache, M32R_PC_REGNUM, &pc); in m32r_read_pc()
673 regcache_cooked_write_unsigned (regcache, M32R_PC_REGNUM, val); in m32r_write_pc()
831 return frame_unwind_register_unsigned (next_frame, M32R_PC_REGNUM); in m32r_unwind_pc()
H A Dm32r-tdep.h41 M32R_PC_REGNUM = 21, enumerator
/dports/devel/gdb/gdb-11.1/gdb/
H A Dm32r-tdep.h41 M32R_PC_REGNUM = 21, enumerator
H A Dm32r-tdep.c229 if (reg_nr == M32R_PC_REGNUM) in m32r_register_type()
643 info->saved_regs[M32R_PC_REGNUM] = info->saved_regs[LR_REGNUM]; in m32r_frame_unwind_cache()
883 set_gdbarch_pc_regnum (gdbarch, M32R_PC_REGNUM); in m32r_gdbarch_init()