Searched refs:_UVRSD_UINT32 (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() 250 _UVRSD_UINT32, &sp); 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 | 101 _UVRSD_UINT32 = 0, 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 | 177 _UVRSD_UINT32 = 0, enumerator 220 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value); in _Unwind_GetGR() 227 _UVRSD_UINT32, &new_value); in _Unwind_SetGR()
|