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