Searched refs:HWCAP_NEON (Results 1 – 10 of 10) sorted by relevance
117 # define HWCAP_NEON (1 << 12) macro126 # define HWCAP_NEON (1 << 1) macro173 if (getauxval(HWCAP) & HWCAP_NEON) { in OPENSSL_cpuid_setup()
47 #define HWCAP_NEON (1 << 12) macro94 *hwcap |= HWCAP_NEON; in get_cpuinfo()
13 #define HWCAP_NEON (1 << 12) macro
111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0) in png_have_neon()
400 if (hwcap & HWCAP_NEON) in check_os_arm_support()