Searched defs:has_fma3 (Results 1 – 3 of 3) sorted by relevance
81 int has_fma3 = TestCpuFlag(kCpuHasFMA3); in main() local
44 int has_fma3 = TestCpuFlag(kCpuHasFMA3); in TEST_F() local
96 bool has_fma3() const { return has_fma3_; } in has_fma3() function