Home | History | Annotate | Download | only in ppc64

Lines Matching refs:reg

31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
36 switch (reg)
62 if ((((unsigned) (reg - UNW_PPC64_F0)) <= 31) ||
63 (((unsigned) (reg - UNW_PPC64_V0)) <= 31))
66 loc = c->dwarf.loc[reg];
75 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
80 if ((unsigned) (reg - UNW_PPC64_F0) < 32)
82 loc = c->dwarf.loc[reg];
89 if ((unsigned) (reg - UNW_PPC64_V0) < 32)
91 loc = c->dwarf.loc[reg];