Searched defs:has_ssse3 (Results 1 – 6 of 6) sorted by relevance
74 int has_ssse3 = TestCpuFlag(kCpuHasSSSE3); in main() local
32 int has_ssse3 = TestCpuFlag(kCpuHasSSSE3); in TEST_F() local
62 unsigned has_ssse3:1; member
45 bool has_ssse3() const { return has_ssse3_; } in has_ssse3() function
91 bool has_ssse3() const { return has_ssse3_; } in has_ssse3() function