Searched refs:has_fma3 (Results 1 – 4 of 4) sorted by relevance
22 EXPECT_TRUE(!cpu.has_fma3() || cpu.has_avx()); in TEST()
91 bool has_fma3() const { return has_fma3_; } in has_fma3() function
121 if (cpu.has_fma3() && FLAG_enable_fma3 && cpu.has_osxsave() && in ProbeImpl()
89 if (cpu.has_fma3() && FLAG_enable_fma3 && cpu.has_osxsave() && in ProbeImpl()