Searched refs:_Unwind_Word (Results 1 – 2 of 2) sorted by relevance
69 typedef uintptr_t _Unwind_Word; typedef117 _Unwind_Word private_1;118 _Unwind_Word private_2;183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR()184 _Unwind_Word __value; in _Unwind_GetGR()191 _Unwind_Word __value) { in _Unwind_SetGR()196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP()197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP()198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */ in _Unwind_GetIP()202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()[all …]
478 BUILTIN(__builtin_extend_pointer, "ULLiv*", "n") // _Unwind_Word == uint64_t