Searched refs:has_SSE4_2_ (Results 1 – 2 of 2) sorted by relevance
248 (has_SSE4_2_ == other_as_x86->has_SSE4_2_) && in Equals()261 (has_SSE4_2_ || !other_as_x86->has_SSE4_2_) && in HasAtLeast()270 (has_SSE4_2_ ? kSse4_2Bitfield : 0) | in AsBitmap()288 if (has_SSE4_2_) { in GetFeatureString()316 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