Searched refs:has_sse41 (Results 1 – 8 of 8) sorted by relevance
50 if (cpu.has_sse41()) { in TEST()93 if (cpu.has_sse41()) { in TEST()
47 bool has_sse41() const { return has_sse41_; } in has_sse41() function
230 if (has_sse41()) return SSE41; in GetIntelMicroArchitecture()
75 int has_sse41 = TestCpuFlag(kCpuHasSSE41); in main() local85 printf("Has SSE4.1 %x\n", has_sse41); in main()
34 int has_sse41 = TestCpuFlag(kCpuHasSSE41); in TEST_F() local35 printf("Has SSE4.1 %x\n", has_sse41); in TEST_F()
91 bool has_sse41() const { return has_sse41_; } in has_sse41() function
115 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; in ProbeImpl()
81 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; in ProbeImpl()