Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DRegisters.hpp66 double getFloatRegister(int num) const;
284 double getFloatRegister(int num) const;
603 double getFloatRegister(int num) const;
1173 double getFloatRegister(int num) const;
1822 double getFloatRegister(int num) const;
2111 unw_fpreg_t getFloatRegister(int num);
2616 double getFloatRegister(int num) const;
2815 double getFloatRegister(int num) const;
3144 double getFloatRegister(int num) const;
3441 double getFloatRegister(int num) const;
[all …]
H A DDwarfInstructions.hpp137 return registers.getFloatRegister((int)savedReg.value); in getSavedFloatRegister()
H A DUnwindCursor.hpp653 d.d = r.getFloatRegister(i); in UnwindCursor()
662 _msContext.V[i - UNW_AARCH64_V0].D[0] = r.getFloatRegister(i); in UnwindCursor()
1331 return _registers.getFloatRegister(regNum); in getFloatReg()