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