Home
last modified time | relevance | path

Searched refs:HWCAP_IDIVT (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h25 #define HWCAP_IDIVT (1 << 18) macro
27 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c452 #define HWCAP_IDIVT (1 << 18) macro
470 HWCAP_IDIVT )
593 hwcaps |= HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
595 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
792 int has_idivt = (hwcaps & HWCAP_IDIVT); in android_cpuInit()
/external/v8/src/base/
Dcpu.cc88 #define HWCAP_IDIVT (1 << 18)
90 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)