Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc244 (has_AVX2_ == other_as_x86->has_AVX2_) && in Equals()
257 (has_AVX2_ || !other_as_x86->has_AVX2_) && in HasAtLeast()
266 (has_AVX2_ ? kAvx2Bitfield : 0) | in AsBitmap()
292 if (has_AVX2_) { in GetFeatureString()
312 bool has_AVX2 = has_AVX2_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h70 bool HasAVX2() const { return has_AVX2_; } in HasAVX2()
96 has_AVX2_(has_AVX2), in X86InstructionSetFeatures()
123 const bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable