Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc228 (has_AVX_ == other_as_x86->has_AVX_) && in Equals()
241 (has_AVX_ || !other_as_x86->has_AVX_) && in HasAtLeast()
250 (has_AVX_ ? kAvxBitfield : 0) | in AsBitmap()
272 if (has_AVX_) { in GetFeatureString()
296 bool has_AVX = has_AVX_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h93 has_AVX_(has_AVX), in X86InstructionSetFeatures()
120 const bool has_AVX_; // x86 256bit SIMD AVX. variable