Searched refs:UNW_ARM_SP (Results 1 – 4 of 4) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.cpp | 255 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 260 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 283 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 322 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 325 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 898 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 914 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 930 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 946 return _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Pop()
|
D | UnwindCursor.hpp | 608 _msContext.Sp = r.getRegister(UNW_ARM_SP); in UnwindCursor() 692 case UNW_ARM_SP: return _msContext.Sp; in getReg() 742 case UNW_ARM_SP: _msContext.Sp = value; break; in setReg()
|
D | Registers.hpp | 2205 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) in getRegister() 2231 if (regNum == UNW_REG_SP || regNum == UNW_ARM_SP) { in setRegister() 2273 case UNW_ARM_SP: // UNW_ARM_R13 is alias in getRegisterName()
|
/external/libunwind_llvm/include/ |
D | libunwind.h | 583 UNW_ARM_SP = 13, // Logical alias for UNW_REG_SP enumerator
|