Searched refs:_UVRSC_CORE (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.cpp | 224 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 229 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 241 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32); in _Unwind_VRS_Interpret() 249 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg, in _Unwind_VRS_Interpret() 251 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 259 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32); in _Unwind_VRS_Interpret() 273 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32); in _Unwind_VRS_Interpret() 290 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 293 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 375 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr); in _Unwind_VRS_Interpret() [all …]
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-arm.h | 94 _UVRSC_CORE = 0, // integer register enumerator 149 _Unwind_VRS_Get(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val); in _Unwind_GetGR() 154 _Unwind_VRS_Set(ctx, _UVRSC_CORE, reg, _UVRSD_UINT32, &val); in _Unwind_SetGR()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 170 _UVRSC_CORE = 0, /* integer register */ enumerator 220 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value); in _Unwind_GetGR() 226 _Unwind_VRS_Set(context, _UVRSC_CORE, (uint32_t)index, in _Unwind_SetGR()
|