Searched refs:unw_fpreg_t (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Registers.hpp | 1295 unw_fpreg_t getFloatRegister(int num); 1296 void setFloatRegister(int num, unw_fpreg_t value); 1339 static void saveVFPWithFSTMD(unw_fpreg_t*); 1340 static void saveVFPWithFSTMX(unw_fpreg_t*); 1341 static void saveVFPv3(unw_fpreg_t*); 1342 static void saveiWMMX(unw_fpreg_t*); 1344 static void restoreVFPWithFLDMD(unw_fpreg_t*); 1345 static void restoreVFPWithFLDMX(unw_fpreg_t*); 1346 static void restoreVFPv3(unw_fpreg_t*); 1347 static void restoreiWMMX(unw_fpreg_t*); [all …]
|
D | libunwind.cpp | 189 unw_fpreg_t *value) { in unw_get_fpreg() 203 unw_fpreg_t value) { in unw_set_fpreg()
|
D | Unwind-EHABI.cpp | 781 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 788 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 828 return unw_get_fpreg(cursor, UNW_ARM_D0 + regno, (unw_fpreg_t *)valuep) == in _Unwind_VRS_Get_Internal() 836 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
|
D | UnwindRegistersSave.S | 314 @ static void libunwind::Registers_arm::saveVFPWithFSTMD(unw_fpreg_t* values) 325 @ static void libunwind::Registers_arm::saveVFPWithFSTMX(unw_fpreg_t* values) 336 @ static void libunwind::Registers_arm::saveVFPv3(unw_fpreg_t* values)
|
D | UnwindCursor.hpp | 375 virtual unw_fpreg_t getFloatReg(int) = 0; 376 virtual void setFloatReg(int, unw_fpreg_t) = 0; 403 virtual unw_fpreg_t getFloatReg(int); 404 virtual void setFloatReg(int, unw_fpreg_t); 574 unw_fpreg_t UnwindCursor<A, R>::getFloatReg(int regNum) { in getFloatReg() 579 void UnwindCursor<A, R>::setFloatReg(int regNum, unw_fpreg_t value) { in setFloatReg()
|
D | UnwindRegistersRestore.S | 336 @ static void libunwind::Registers_arm::restoreVFPWithFLDMD(unw_fpreg_t* values)
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | libunwind.h | 74 typedef uint64_t unw_fpreg_t; typedef 76 typedef double unw_fpreg_t; typedef 102 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL; 104 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
|