Home
last modified time | relevance | path

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

/ndk/sources/android/cpufeatures/
Dcpu-features.c455 #define HWCAP_IDIVT (1 << 18) macro
473 HWCAP_IDIVT )
602 hwcaps |= HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
604 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()
781 int has_idivt = (hwcaps & HWCAP_IDIVT); in android_cpuInit()