Searched refs:UNW_ARM_SP (Results 1 – 3 of 3) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.cpp | 257 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 262 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 285 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 324 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 327 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 900 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 916 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 932 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 948 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Pop()
|
D | Registers.hpp | 1477 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) in getRegister() 1503 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) { in setRegister() 1545 case UNW_ARM_SP: // UNW_ARM_R13 is alias in getRegisterName()
|
/external/libunwind_llvm/include/ |
D | libunwind.h | 405 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP enumerator
|