Home
last modified time | relevance | path

Searched refs:uint32_highbit (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c56 #define uint32_highbit (((_uw) 1) << 31) macro
436 if (eitp->content & uint32_highbit) in get_eit_entry()
938 if (data[0] & uint32_highbit) in __gnu_unwind_pr_common()
951 if (data[0] & uint32_highbit) in __gnu_unwind_pr_common()
H A Dpr-support.c42 #define uint32_highbit (((_uw) 1) << 31) macro