Searched refs:hwcap (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c1020 #if __has_include(<asm/hwcap.h>)
1021 #include <asm/hwcap.h>
1039 unsigned long hwcap; local
1040 int result = elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
1041 __aarch64_have_lse_atomics = result == 0 && (hwcap & HWCAP_ATOMICS) != 0;
1051 unsigned long hwcap = getauxval(AT_HWCAP);
1052 _Bool result = (hwcap & HWCAP_ATOMICS) != 0;
1143 void init_cpu_features_resolver(unsigned long hwcap, unsigned long hwcap2) { argument
1148 if (hwcap
1326 unsigned long hwcap; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dlinux-unwind.h226 static long hwcap = 0; local
257 if (hwcap == 0)
259 hwcap = ppc_linux_aux_vector (16);
264 hwcap |= 0xc0000000;
266 hwcap |= 0x80000000;
271 if (hwcap & 0x08000000)
279 if (hwcap & 0x10000000)
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp59 #include <asm/hwcap.h>

Completed in 174 milliseconds