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

/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h431 UNW_PPC64_VS0 = UNW_PPC64_F0, enumerator in enum:__anon278
/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp1552 if (regNum >= UNW_PPC64_VS0 && regNum <= UNW_PPC64_VS31)
1565 if (num >= UNW_PPC64_VS0 && num <= UNW_PPC64_VS31)
1566 return num - UNW_PPC64_VS0;

Completed in 75 milliseconds