Home
last modified time | relevance | path

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

/external/libunwind/src/ppc64/
DGinit.c56 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()
DGregs.c63 (((unsigned) (reg - UNW_PPC64_V0)) <= 31)) in tdep_access_reg()
89 if ((unsigned) (reg - UNW_PPC64_V0) < 32) in tdep_access_fpreg()
DGglobal.c119 [UNW_PPC64_V0]=UNW_PPC64_V0,
Dregname.c113 [UNW_PPC64_V0]="VR0",
Dinit.h42 for (i = UNW_PPC64_V0; i <= UNW_PPC64_V31; i++) { in common_init_ppc64()
DGstep.c326 c->dwarf.loc[UNW_PPC64_V0] = in unw_step()
397 c->dwarf.loc[UNW_PPC64_V0] = DWARF_NULL_LOC; in unw_step()
/external/libunwind/include/
Dlibunwind-ppc64.h174 UNW_PPC64_V0 = 77, enumerator
/external/libunwind_llvm/include/
Dlibunwind.h383 UNW_PPC64_V0 = 77, enumerator
454 UNW_PPC64_VS32 = UNW_PPC64_V0,
/external/libunwind_llvm/src/
DRegisters.hpp1517 if (regNum >= UNW_PPC64_V0 && regNum <= UNW_PPC64_V31) in validVectorRegister()
1699 case UNW_PPC64_V0: in getRegisterName()