Searched refs:has_fma3 (Results 1 – 6 of 6) sorted by relevance
85 int has_fma3 = TestCpuFlag(kCpuHasFMA3); in main() local101 printf("Has FMA3 %x\n", has_fma3); in main()
38 int has_fma3 = TestCpuFlag(kCpuHasFMA3); in TEST_F() local55 printf("Has FMA3 %d\n", has_fma3); in TEST_F()
96 bool has_fma3() const { return has_fma3_; } in has_fma3() function
384 has_fma3_ = features.x86.has_fma3; in StarboardDetectCPU()
142 if (cpu.has_fma3() && FLAG_enable_fma3 && cpu.has_osxsave() && in ProbeImpl()
94 if (cpu.has_fma3() && FLAG_enable_fma3 && cpu.has_osxsave() && in ProbeImpl()