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.cc245 (has_SSE4_2_ == other_as_x86->has_SSE4_2_) && in Equals()
256 (has_SSE4_2_ ? kSse4_2Bitfield : 0) | in AsBitmap()
280 if (has_SSE4_2_) { in GetFeatureString()
313 bool has_SSE4_2 = has_SSE4_2_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h86 has_SSE4_2_(has_SSE4_2), in X86InstructionSetFeatures()
108 const bool has_SSE4_2_; // x86 128bit SIMD SSE4.2. variable