Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp67 double getFloatRegister(int num) const;
246 inline double Registers_x86::getFloatRegister(int) const { in getFloatRegister() function in libunwind::Registers_x86
285 double getFloatRegister(int num) const;
549 inline double Registers_x86_64::getFloatRegister(int) const { in getFloatRegister() function in libunwind::Registers_x86_64
604 double getFloatRegister(int num) const;
992 inline double Registers_ppc::getFloatRegister(int regNum) const { in getFloatRegister() function in libunwind::Registers_ppc
1176 double getFloatRegister(int num) const;
1544 inline double Registers_ppc64::getFloatRegister(int regNum) const { in getFloatRegister() function in libunwind::Registers_ppc64
1834 double getFloatRegister(int num) const;
2085 inline double Registers_arm64::getFloatRegister(int regNum) const { in getFloatRegister() function in libunwind::Registers_arm64
[all …]
H A DDwarfInstructions.hpp137 return registers.getFloatRegister((int)savedReg.value); in getSavedFloatRegister()
H A DUnwindCursor.hpp687 d.d = r.getFloatRegister(i); in UnwindCursor()
696 _msContext.V[i - UNW_AARCH64_V0].D[0] = r.getFloatRegister(i); in UnwindCursor()
1396 return _registers.getFloatRegister(regNum); in getFloatReg()