Searched refs:UNW_ARM_SP (Results 1 – 3 of 3) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.cpp | 259 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 264 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 287 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 326 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 329 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 922 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 938 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 951 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 967 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Pop()
|
D | Registers.hpp | 1437 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) in getRegister() 1456 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) in setRegister() 1482 case UNW_ARM_SP: // UNW_ARM_R13 is alias in getRegisterName()
|
/external/libunwind_llvm/include/ |
D | libunwind.h | 391 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP enumerator
|