Searched refs:UNWIND_IP_REG (Results 1 – 1 of 1) sorted by relevance
145 #define UNWIND_IP_REG 15 macro158 return _Unwind_GetGR(ctx, UNWIND_IP_REG) & ~1; // thumb bit in _Unwind_GetIP()162 uint32_t thumbState = _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1; in _Unwind_SetIP()163 _Unwind_SetGR(ctx, UNWIND_IP_REG, (val | thumbState)); in _Unwind_SetIP()