Home
last modified time | relevance | path

Searched refs:UNW_PPC64_VS32 (Results 1 – 2 of 2) sorted by relevance

/external/libunwind_llvm/include/
Dlibunwind.h454 UNW_PPC64_VS32 = UNW_PPC64_V0, enumerator
/external/libunwind_llvm/src/
DRegisters.hpp1514 if (regNum >= UNW_PPC64_VS32 && regNum <= UNW_PPC64_VS63) in validVectorRegister()
1528 return num - UNW_PPC64_VS32 + 32; in getVectorRegNum()