Searched refs:HWCAP_NEON (Results 1 – 11 of 11) sorted by relevance
123 # define HWCAP_NEON (1 << 12) macro132 # define HWCAP_NEON (1 << 1) macro190 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()
112 #define HWCAP_NEON (1 << 12)670 has_neon_ = (hwcaps & HWCAP_NEON) != 0; in CPU()
688 if (h & HWCAP_NEON) s += ":NEON"; in AddCpuFeatures()
400 if (hwcap & HWCAP_NEON) in check_os_arm_support()