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