Searched defs:has_sse2 (Results 1 – 8 of 8) sorted by relevance
73 int has_sse2 = TestCpuFlag(kCpuHasSSE2); in main() local
30 int has_sse2 = TestCpuFlag(kCpuHasSSE2); in TEST_F() local
1331 int has_sse2 = TestCpuFlag(kCpuHasSSE2); in TEST_F() local
60 unsigned has_sse2:1; member
43 bool has_sse2() const { return has_sse2_; } in has_sse2() function
47 bool has_sse2; // Processor has SSE2. member
89 bool has_sse2() const { return has_sse2_; } in has_sse2() function