Searched refs:has_ssse3_ (Results 1 – 2 of 2) sorted by relevance
68 bool has_ssse3() const { return has_ssse3_; } in has_ssse3()101 bool has_ssse3_; variable
300 has_ssse3_(false), in CPU()342 has_ssse3_ = (cpu_info[2] & 0x00000200) != 0; in CPU()