Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h24 #define HWCAP_IDIVA (1 << 17) macro
27 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/external/opencv3/3rdparty/libwebp/cpu-features/
Dcpu-features.c419 #define HWCAP_IDIVA (1 << 17) macro
488 hwcaps |= HWCAP_IDIVA; in get_elf_hwcap()
492 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT; in get_elf_hwcap()
656 int has_idiva = (hwcaps & HWCAP_IDIVA); in android_cpuInit()
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c451 #define HWCAP_IDIVA (1 << 17) macro
469 HWCAP_IDIVA | \
591 hwcaps |= HWCAP_IDIVA; in get_elf_hwcap_from_proc_cpuinfo()
595 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
791 int has_idiva = (hwcaps & HWCAP_IDIVA); in android_cpuInit()
/external/v8/src/base/
Dcpu.cc105 #define HWCAP_IDIVA (1 << 17)
108 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
504 has_idiva_ = (hwcaps & HWCAP_IDIVA) != 0; in CPU()