Searched refs:has_fma3 (Results 1 – 6 of 6) sorted by relevance
81 int has_fma3 = TestCpuFlag(kCpuHasFMA3); in main() local90 printf("Has FMA3 %x\n", has_fma3); in main()
44 int has_fma3 = TestCpuFlag(kCpuHasFMA3); in TEST_F() local45 printf("Has FMA3 %x\n", has_fma3); in TEST_F()
22 EXPECT_TRUE(!cpu.has_fma3() || cpu.has_avx()); in TEST()
94 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()