Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libunwind/include/
HDlibunwind.h392 UNW_PPC64_V0 = 77, enumerator
463 UNW_PPC64_VS32 = UNW_PPC64_V0,
/freebsd-head/contrib/llvm-project/libunwind/src/
HDRegisters.hpp1561 if (regNum >= UNW_PPC64_V0 && regNum <= UNW_PPC64_V31) in validVectorRegister()
1743 case UNW_PPC64_V0: in getRegisterName()
HDUnwindCursor.hpp2319 const int32_t unwPPCV0Index = UNW_PPC64_V0; in stepWithTBTable()