Searched refs:HWCAP_IDIVT (Results 1 – 3 of 3) sorted by relevance
26 #define HWCAP_IDIVT (1 << 18) macro28 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
19 #define HWCAP_IDIVT (1 << 18) macro21 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
473 #define HWCAP_IDIVT (1 << 18) macro491 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()