HomeSort by relevance Sort by last modified time
    Searched defs:UNWIND_IP_REG (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h 146 #define UNWIND_IP_REG 15
159 return _Unwind_GetGR(ctx, UNWIND_IP_REG) & ~1; // thumb bit
163 uint32_t thumbState = _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
164 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
unwind-arm.h 145 #define UNWIND_IP_REG 15
158 return _Unwind_GetGR(ctx, UNWIND_IP_REG) & ~1; // thumb bit
162 uint32_t thumbState = _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
163 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
unwind-arm.h 145 #define UNWIND_IP_REG 15
158 return _Unwind_GetGR(ctx, UNWIND_IP_REG) & ~1; // thumb bit
162 uint32_t thumbState = _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
163 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState));

Completed in 150 milliseconds