Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc250 (has_AVX2_ == other_as_x86->has_AVX2_) && in Equals()
263 (has_AVX2_ || !other_as_x86->has_AVX2_) && in HasAtLeast()
272 (has_AVX2_ ? kAvx2Bitfield : 0) | in AsBitmap()
298 if (has_AVX2_) { in GetFeatureString()
318 bool has_AVX2 = has_AVX2_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h90 bool HasAVX2() const { return has_AVX2_; } in HasAVX2()
118 has_AVX2_(has_AVX2), in X86InstructionSetFeatures()
145 const bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
/art/compiler/utils/x86/
Dassembler_x86.h317has_AVX2_(instruction_set_features != nullptr ? instruction_set_features->HasAVX2() :false) {} in Assembler()
924 bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
Dassembler_x86.cc63 if (has_AVX_ || has_AVX2_) { in CpuHasAVXorAVX2FeatureFlag()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h362has_AVX2_(instruction_set_features != nullptr ? instruction_set_features->HasAVX2() : false) {} in Assembler()
1038 bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
Dassembler_x86_64.cc68 if (has_AVX_ || has_AVX2_) { in CpuHasAVXorAVX2FeatureFlag()