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

/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h347 UNW_PPC64_F0 = 32, enumerator in enum:__anon278
431 UNW_PPC64_VS0 = UNW_PPC64_F0,
/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp1537 return regNum >= UNW_PPC64_F0 && regNum <= UNW_PPC64_F31;
1542 return _vectorScalarRegisters[regNum - UNW_PPC64_F0].asfloat.f;
1547 _vectorScalarRegisters[regNum - UNW_PPC64_F0].asfloat.f = value;
1675 case UNW_PPC64_F0:
H A DUnwindCursor.hpp2294 const int32_t unwPPCF0Index = UNW_PPC64_F0;

Completed in 92 milliseconds