Searched refs:UNW_ARM_SP (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | Unwind-EHABI.cpp | 261 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 266 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 289 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 328 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 331 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 906 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 922 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 938 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 961 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Pop()
|
D | UnwindCursor.hpp | 611 _msContext.Sp = r.getRegister(UNW_ARM_SP); in UnwindCursor() 695 case UNW_ARM_SP: return _msContext.Sp; in getReg() 745 case UNW_ARM_SP: _msContext.Sp = value; break; in setReg()
|
D | Registers.hpp | 2213 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) in getRegister() 2239 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) { in setRegister() 2281 case UNW_ARM_SP: // UNW_ARM_R13 is alias in getRegisterName()
|
/external/llvm-project/libunwind/include/ |
D | libunwind.h | 589 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP enumerator
|