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

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h221 UNW_PPC_F0 = 32, enumerator in enum:__anon2627
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp949 if (regNum < UNW_PPC_F0)
958 return _floatRegisters.__fpregs[regNum - UNW_PPC_F0];
963 _floatRegisters.__fpregs[regNum - UNW_PPC_F0] = value;
1055 case UNW_PPC_F0:

Completed in 201 milliseconds