Searched refs:has_SSE4_2_ (Results 1 – 2 of 2) sorted by relevance
242 (has_SSE4_2_ == other_as_x86->has_SSE4_2_) && in Equals()255 (has_SSE4_2_ || !other_as_x86->has_SSE4_2_) && in HasAtLeast()264 (has_SSE4_2_ ? kSse4_2Bitfield : 0) | in AsBitmap()282 if (has_SSE4_2_) { in GetFeatureString()310 bool has_SSE4_2 = has_SSE4_2_; in AddFeaturesFromSplitString()
116 has_SSE4_2_(has_SSE4_2), in X86InstructionSetFeatures()143 const bool has_SSE4_2_; // x86 128bit SIMD SSE4.2. variable