Searched refs:HWCAP_IDIVA (Results 1 – 4 of 4) sorted by relevance
24 #define HWCAP_IDIVA (1 << 17) macro27 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)
419 #define HWCAP_IDIVA (1 << 17) macro488 hwcaps |= HWCAP_IDIVA; in get_elf_hwcap()492 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT; in get_elf_hwcap()656 int has_idiva = (hwcaps & HWCAP_IDIVA); in android_cpuInit()
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()
105 #define HWCAP_IDIVA (1 << 17)108 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)504 has_idiva_ = (hwcaps & HWCAP_IDIVA) != 0; in CPU()