Searched refs:has_fma3 (Results 1 – 5 of 5) sorted by relevance
81 int has_fma3 = TestCpuFlag(kCpuHasFMA3); in main() local91 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()
96 bool has_fma3() const { return has_fma3_; } in has_fma3() function
121 if (cpu.has_fma3() && FLAG_enable_fma3 && cpu.has_osxsave() && in ProbeImpl()
92 if (cpu.has_fma3() && FLAG_enable_fma3 && cpu.has_osxsave() && in ProbeImpl()