Home
last modified time | relevance | path

Searched refs:HWCAP_NEON (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h19 #define HWCAP_NEON (1 << 12) macro
/external/libpng/contrib/arm-neon/
Dlinux-auxv.c111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0) in png_have_neon()
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c447 #define HWCAP_NEON (1 << 12) macro
466 HWCAP_NEON | \
589 hwcaps |= HWCAP_NEON; in get_elf_hwcap_from_proc_cpuinfo()
790 int has_neon = (hwcaps & HWCAP_NEON); in android_cpuInit()
/external/v8/src/base/
Dcpu.cc82 #define HWCAP_NEON (1 << 12)
429 has_neon_ = (hwcaps & HWCAP_NEON) != 0; in CPU()