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.cc205 (has_SSE4_2_ == other_as_x86->has_SSE4_2_) && in Equals()
214 (has_SSE4_2_ ? kSse4_2Bitfield : 0) | in AsBitmap()
236 if (has_SSE4_2_) { in GetFeatureString()
259 bool has_SSE4_2 = has_SSE4_2_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h78 has_SSE4_2_(has_SSE4_2), has_AVX_(has_AVX), has_AVX2_(has_AVX2) { in X86InstructionSetFeatures()
94 const bool has_SSE4_2_; // x86 128bit SIMD SSE4.2. variable