Home
last modified time | relevance | path

Searched refs:getFloatRegister (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp56 double getFloatRegister(int num) const;
265 double getFloatRegister(int num) const;
579 double getFloatRegister(int num) const;
1145 double getFloatRegister(int num) const;
1790 double getFloatRegister(int num) const;
2077 unw_fpreg_t getFloatRegister(int num);
2558 double getFloatRegister(int num) const;
2755 double getFloatRegister(int num) const;
3082 double getFloatRegister(int num) const;
3377 double getFloatRegister(int num) const;
[all …]
H A DUnwindCursor.hpp619 d.d = r.getFloatRegister(i); in UnwindCursor()
628 _msContext.V[i - UNW_ARM64_D0].D[0] = r.getFloatRegister(i); in UnwindCursor()
1249 return _registers.getFloatRegister(regNum); in getFloatReg()