Home | History | Annotate | Download | only in gdb

Lines Matching defs:fetch_register

909 fetch_register (struct regcache *regcache, int tid, int regno)
1114 internal_error (_("fetch_register: unexpected byte order: %d"),
1167 fetch_register (regcache, tid, tdep->ppc_gp0_regnum + i);
1219 fetch_register (regcache, tid, tdep->ppc_fp0_regnum + i);
1231 fetch_register (regcache, tid, gdbarch_pc_regnum (gdbarch));
1233 fetch_register (regcache, tid, tdep->ppc_ps_regnum);
1235 fetch_register (regcache, tid, tdep->ppc_cr_regnum);
1237 fetch_register (regcache, tid, tdep->ppc_lr_regnum);
1239 fetch_register (regcache, tid, tdep->ppc_ctr_regnum);
1241 fetch_register (regcache, tid, tdep->ppc_xer_regnum);
1243 fetch_register (regcache, tid, tdep->ppc_mq_regnum);
1246 fetch_register (regcache, tid, PPC_ORIG_R3_REGNUM);
1247 fetch_register (regcache, tid, PPC_TRAP_REGNUM);
1250 fetch_register (regcache, tid, tdep->ppc_fpscr_regnum);
1332 fetch_register (regcache, tid, regno);