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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h338 UNW_PPC64_F0 = 32, enumerator in enum:__anon2628
422 UNW_PPC64_VS0 = UNW_PPC64_F0,
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp1499 return regNum >= UNW_PPC64_F0 && regNum <= UNW_PPC64_F31;
1504 return _vectorScalarRegisters[regNum - UNW_PPC64_F0].asfloat.f;
1509 _vectorScalarRegisters[regNum - UNW_PPC64_F0].asfloat.f = value;
1637 case UNW_PPC64_F0:

Completed in 63 milliseconds