HomeSort by relevance Sort by last modified time
    Searched refs:_UVRSC_CORE (Results 1 - 4 of 4) sorted by null

  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 187 // Generates mask discriminator for _Unwind_VRS_Pop, e.g. for _UVRSC_CORE /
255 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
260 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp);
273 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
281 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg,
283 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
291 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
305 _Unwind_VRS_Pop(context, _UVRSC_CORE, registers, _UVRSD_UINT32);
322 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32,
325 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32
    [all...]
  /external/clang/lib/Headers/
unwind.h 141 _UVRSC_CORE = 0, /* integer register */
185 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
192 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
  /external/libunwind_llvm/include/
unwind.h 181 _UVRSC_CORE = 0, /* integer register */
245 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
252 _Unwind_VRS_Set(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 92 _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE,

Completed in 532 milliseconds