Searched refs:ppc_ctr_regnum (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ppcnbsd-tdep.c | 77 if (regno == tdep->ppc_ctr_regnum || regno == -1) in ppcnbsd_supply_reg() 78 regcache_raw_supply (current_regcache, tdep->ppc_ctr_regnum, in ppcnbsd_supply_reg() 111 if (regno == tdep->ppc_ctr_regnum || regno == -1) in ppcnbsd_fill_reg() 112 regcache_raw_collect (current_regcache, tdep->ppc_ctr_regnum, in ppcnbsd_fill_reg() 292 trad_frame_set_reg_addr (this_cache, tdep->ppc_ctr_regnum, offset); in ppcnbsd_sigtramp_cache_init()
|
H A D | ppc64obsd-tdep.c | 96 if (regnum == -1 || regnum == tdep->ppc_ctr_regnum) in ppc64_supply_gregset() 97 ppc64_supply_reg (regcache, tdep->ppc_ctr_regnum, in ppc64_supply_gregset() 140 if (regnum == -1 || regnum == tdep->ppc_ctr_regnum) in ppc64_collect_gregset() 141 ppc64_collect_reg (regcache, tdep->ppc_ctr_regnum, in ppc64_collect_gregset() 307 trad_frame_set_reg_addr (cache, tdep->ppc_ctr_regnum, addr); in ppc64obsd_sigtramp_frame_cache()
|
H A D | ppc-linux-nat.c | 205 if (regno == tdep->ppc_ctr_regnum) in ppc_register_u_addr() 468 if (tdep->ppc_ctr_regnum != -1) in fetch_ppc_registers() 469 fetch_register (tid, tdep->ppc_ctr_regnum); in fetch_ppc_registers() 752 if (tdep->ppc_ctr_regnum != -1) in store_ppc_registers() 753 store_register (tid, tdep->ppc_ctr_regnum); in store_ppc_registers() 834 if ((regno == -1) || regno == tdep->ppc_ctr_regnum) in fill_gregset() 835 right_fill_reg (tdep->ppc_ctr_regnum, regp + PT_CTR); in fill_gregset()
|
H A D | aix-thread.c | 1066 || regno == tdep->ppc_ctr_regnum in special_register_p() 1087 regcache_raw_supply (current_regcache, tdep->ppc_ctr_regnum, (char *) &ctr); in supply_sprs64() 1108 regcache_raw_supply (current_regcache, tdep->ppc_ctr_regnum, (char *) &ctr); in supply_sprs32() 1346 if (register_cached (tdep->ppc_ctr_regnum)) in fill_sprs64() 1347 regcache_raw_collect (current_regcache, tdep->ppc_ctr_regnum, ctr); in fill_sprs64() 1382 if (register_cached (tdep->ppc_ctr_regnum)) in fill_sprs32() 1383 regcache_raw_collect (current_regcache, tdep->ppc_ctr_regnum, ctr); in fill_sprs32() 1466 if (register_cached (tdep->ppc_ctr_regnum)) in store_regs_user_thread()
|
H A D | rs6000-nat.c | 176 else if (regno == tdep->ppc_ctr_regnum) in regmap() 372 fetch_register (tdep->ppc_ctr_regnum); in fetch_inferior_registers() 413 store_register (tdep->ppc_ctr_regnum); in store_inferior_registers() 605 regcache_raw_supply (current_regcache, tdep->ppc_ctr_regnum, in fetch_core_registers() 632 regcache_raw_supply (current_regcache, tdep->ppc_ctr_regnum, in fetch_core_registers()
|
H A D | ppcnbsd-nat.c | 51 || regno == tdep->ppc_ctr_regnum in getregs_supplies()
|
H A D | rs6000-tdep.c | 367 if (regnum == -1 || regnum == tdep->ppc_ctr_regnum) in ppc_supply_gregset() 368 ppc_supply_reg (regcache, tdep->ppc_ctr_regnum, in ppc_supply_gregset() 443 if (regnum == -1 || regnum == tdep->ppc_ctr_regnum) in ppc_collect_gregset() 444 ppc_collect_reg (regcache, tdep->ppc_ctr_regnum, in ppc_collect_gregset() 580 dest = read_register (gdbarch_tdep (current_gdbarch)->ppc_ctr_regnum) & ~3; in branch_dest() 2031 return tdep->ppc_ctr_regnum; in rs6000_stab_reg_to_regnum() 2079 return tdep->ppc_ctr_regnum; in rs6000_dwarf2_reg_to_regnum() 3105 tdep->ppc_ctr_regnum = 68; in rs6000_gdbarch_init()
|
H A D | ppcobsd-tdep.c | 230 trad_frame_set_reg_addr (cache, tdep->ppc_ctr_regnum, addr); in ppcobsd_sigtramp_frame_cache()
|
H A D | ppc-tdep.h | 151 int ppc_ctr_regnum; /* Count register */ member
|
H A D | ppc-linux-tdep.c | 875 regcache_raw_supply (regcache, regcache_tdep->ppc_ctr_regnum, in ppc_linux_supply_gregset() 942 cache->saved_regs[tdep->ppc_ctr_regnum].addr = gpregs + 35 * tdep->wordsize; in ppc_linux_sigtramp_cache()
|