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