Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc242 (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()
Dinstruction_set_features_x86.h116 has_SSE4_2_(has_SSE4_2), in X86InstructionSetFeatures()
143 const bool has_SSE4_2_; // x86 128bit SIMD SSE4.2. variable