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.h26 #define HWCAP_IDIVT (1 << 18) macro
28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/external/musl/arch/arm/bits/
Dhwcap.h19 #define HWCAP_IDIVT (1 << 18) macro
21 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
/external/cronet/third_party/android_ndk/sources/android/cpufeatures/
Dcpu-features.c473 #define HWCAP_IDIVT (1 << 18) macro
491 HWCAP_IDIVT )
620 hwcaps |= HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
622 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
799 int has_idivt = (hwcaps & HWCAP_IDIVT); in android_cpuInit()