Searched refs:_Unwind_Word (Results 1 – 2 of 2) sorted by relevance
69 typedef uintptr_t _Unwind_Word; typedef109 _Unwind_Word private_1;110 _Unwind_Word private_2;166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR()167 _Unwind_Word __value; in _Unwind_GetGR()174 _Unwind_Word __value) { in _Unwind_SetGR()179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP()180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP()181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */ in _Unwind_GetIP()185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()[all …]
466 BUILTIN(__builtin_extend_pointer, "ULLiv*", "n") // _Unwind_Word == uint64_t