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.cc229 (has_AVX2_ == other_as_x86->has_AVX2_) && in Equals()
242 (has_AVX2_ || !other_as_x86->has_AVX2_) && in HasAtLeast()
251 (has_AVX2_ ? kAvx2Bitfield : 0) | in AsBitmap()
277 if (has_AVX2_) { in GetFeatureString()
297 bool has_AVX2 = has_AVX2_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h94 has_AVX2_(has_AVX2), in X86InstructionSetFeatures()
121 const bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable