Searched refs:HWCAP_IDIVT (Results 1 – 1 of 1) sorted by relevance
455 #define HWCAP_IDIVT (1 << 18) macro473 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()