Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/
Dlibunwind.h428 UNW_PPC64_VS0 = UNW_PPC64_F0, enumerator
/external/llvm-project/libunwind/src/
DRegisters.hpp1518 if (regNum >= UNW_PPC64_VS0 && regNum <= UNW_PPC64_VS31) in validVectorRegister()
1531 if (num >= UNW_PPC64_VS0 && num <= UNW_PPC64_VS31) in getVectorRegNum()
1532 return num - UNW_PPC64_VS0; in getVectorRegNum()