Home
last modified time | relevance | path

Searched refs:has_SSSE3_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc246 return (has_SSSE3_ == other_as_x86->has_SSSE3_) && in Equals()
259 return (has_SSSE3_ || !other_as_x86->has_SSSE3_) && in HasAtLeast()
268 return (has_SSSE3_ ? kSsse3Bitfield : 0) | in AsBitmap()
278 if (has_SSSE3_) { in GetFeatureString()
314 bool has_SSSE3 = has_SSSE3_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h114 has_SSSE3_(has_SSSE3), in X86InstructionSetFeatures()
141 const bool has_SSSE3_; // x86 128bit SIMD - Supplemental SSE. variable