Searched refs:UNW_PPC_V0 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h275 UNW_PPC_V0 = 77, enumerator in enum:__anon277
/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp1001 if (regNum < UNW_PPC_V0)
1010 v128 result = _vectorRegisters[regNum - UNW_PPC_V0];
1016 _vectorRegisters[regNum - UNW_PPC_V0] = value;
H A DUnwindCursor.hpp2300 const int32_t unwPPCV0Index = UNW_PPC_V0;

Completed in 130 milliseconds