Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c442 #define HWCAP_IDIVT (1 << 18) macro
453 HWCAP_IDIVT )
570 hwcaps |= HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
572 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
749 int has_idivt = (hwcaps & HWCAP_IDIVT); in android_cpuInit()