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

/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp983 if (regNum < UNW_PPC_F0)
992 return _floatRegisters.__fpregs[regNum - UNW_PPC_F0];
997 _floatRegisters.__fpregs[regNum - UNW_PPC_F0] = value;
1089 case UNW_PPC_F0:
H A DUnwindCursor.hpp2299 const int32_t unwPPCF0Index = UNW_PPC_F0;
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h230 UNW_PPC_F0 = 32, enumerator in enum:__anon277

Completed in 97 milliseconds