Searched refs:has_idiva (Results 1 – 3 of 3) sorted by relevance
73 bool has_idiva() const { return has_idiva_; } in has_idiva() function
791 int has_idiva = (hwcaps & HWCAP_IDIVA); in android_cpuInit() local835 if (has_idiva) in android_cpuInit()
107 if (FLAG_enable_sudiv && cpu.has_idiva()) supported_ |= 1u << SUDIV; in ProbeImpl()