Searched refs:has_SSSE3_ (Results 1 – 2 of 2) sorted by relevance
240 return (has_SSSE3_ == other_as_x86->has_SSSE3_) && in Equals()253 return (has_SSSE3_ || !other_as_x86->has_SSSE3_) && in HasAtLeast()262 return (has_SSSE3_ ? kSsse3Bitfield : 0) | in AsBitmap()272 if (has_SSSE3_) { in GetFeatureString()308 bool has_SSSE3 = has_SSSE3_; in AddFeaturesFromSplitString()
114 has_SSSE3_(has_SSSE3), in X86InstructionSetFeatures()141 const bool has_SSSE3_; // x86 128bit SIMD - Supplemental SSE. variable