Home
last modified time | relevance | path

Searched refs:UNW_PPC64_V0 (Results 1 – 7 of 7) sorted by relevance

/third_party/libunwind/src/ppc64/
DGinit.c64 else if ((unsigned) (reg - UNW_PPC64_V0) < 32) in uc_addr()
66 …dr = (uc->uc_mcontext.v_regs == 0) ? NULL : &uc->uc_mcontext.v_regs->vrregs[reg - UNW_PPC64_V0][0]; in uc_addr()
68 addr = &uc->uc_mcontext.mc_avec[(reg - UNW_PPC64_V0)*2]; in uc_addr()
160 if (UNW_PPC64_V0 <= reg && reg <= UNW_PPC64_V31) in access_reg()
193 ||((unsigned) (reg - UNW_PPC64_V0) < 32))) in access_fpreg()
DGglobal.c119 [UNW_PPC64_V0]=UNW_PPC64_V0,
Dregname.c113 [UNW_PPC64_V0]="VR0",
DGregs.c130 if ((unsigned) (reg - UNW_PPC64_V0) < 32) in tdep_access_fpreg()
Dinit.h42 for (i = UNW_PPC64_V0; i <= UNW_PPC64_V31; i++) { in common_init_ppc64()
DGstep.c332 c->dwarf.loc[UNW_PPC64_V0] = in unw_step()
403 c->dwarf.loc[UNW_PPC64_V0] = DWARF_NULL_LOC; in unw_step()
/third_party/libunwind/include/
Dlibunwind-ppc64.h174 UNW_PPC64_V0 = 77, enumerator