Searched refs:HWCAP_IDIVA (Results 1 – 3 of 3) sorted by relevance
24 #define HWCAP_IDIVA (1 << 17) macro27 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
87 #define HWCAP_IDIVA (1 << 17)90 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)428 has_idiva_ = (hwcaps & HWCAP_IDIVA) != 0; in CPU()
451 #define HWCAP_IDIVA (1 << 17) macro469 HWCAP_IDIVA | \591 hwcaps |= HWCAP_IDIVA; in get_elf_hwcap_from_proc_cpuinfo()595 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT; in get_elf_hwcap_from_proc_cpuinfo()791 int has_idiva = (hwcaps & HWCAP_IDIVA); in android_cpuInit()