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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h422 UNW_PPC64_VS0 = UNW_PPC64_F0, enumerator in enum:__anon2628
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp1514 if (regNum >= UNW_PPC64_VS0 && regNum <= UNW_PPC64_VS31)
1527 if (num >= UNW_PPC64_VS0 && num <= UNW_PPC64_VS31)
1528 return num - UNW_PPC64_VS0;

Completed in 63 milliseconds