Searched refs:UNW_PPC64_V0 (Results 1 – 9 of 9) sorted by relevance
56 else if ((unsigned) (reg - UNW_PPC64_V0) < 32) in uc_addr()57 …dr = (uc->uc_mcontext.v_regs == 0) ? NULL : &uc->uc_mcontext.v_regs->vrregs[reg - UNW_PPC64_V0][0]; in uc_addr()169 if (UNW_PPC64_V0 <= reg && reg <= UNW_PPC64_V31) in access_reg()203 if ((unsigned) (reg - UNW_PPC64_V0) >= 32) in access_fpreg()
63 (((unsigned) (reg - UNW_PPC64_V0)) <= 31)) in tdep_access_reg()89 if ((unsigned) (reg - UNW_PPC64_V0) < 32) in tdep_access_fpreg()
119 [UNW_PPC64_V0]=UNW_PPC64_V0,
113 [UNW_PPC64_V0]="VR0",
42 for (i = UNW_PPC64_V0; i <= UNW_PPC64_V31; i++) { in common_init_ppc64()
326 c->dwarf.loc[UNW_PPC64_V0] = in unw_step()397 c->dwarf.loc[UNW_PPC64_V0] = DWARF_NULL_LOC; in unw_step()
174 UNW_PPC64_V0 = 77, enumerator
383 UNW_PPC64_V0 = 77, enumerator454 UNW_PPC64_VS32 = UNW_PPC64_V0,
1517 if (regNum >= UNW_PPC64_V0 && regNum <= UNW_PPC64_V31) in validVectorRegister()1699 case UNW_PPC64_V0: in getRegisterName()