Home | History | Annotate | Download | only in gdb

Lines Matching defs:store_register

572 store_register (struct regcache *regcache, int regno)
716 store_register (regcache, regno);
727 store_register (regcache, regno);
733 store_register (regcache, tdep->ppc_fp0_regnum + regno);
736 store_register (regcache, gdbarch_pc_regnum (gdbarch));
737 store_register (regcache, tdep->ppc_ps_regnum);
738 store_register (regcache, tdep->ppc_cr_regnum);
739 store_register (regcache, tdep->ppc_lr_regnum);
740 store_register (regcache, tdep->ppc_ctr_regnum);
741 store_register (regcache, tdep->ppc_xer_regnum);
743 store_register (regcache, tdep->ppc_fpscr_regnum);
745 store_register (regcache, tdep->ppc_mq_regnum);