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.cc276 (has_AVX2_ == other_as_x86->has_AVX2_) && in Equals()
289 (has_AVX2_ || !other_as_x86->has_AVX2_) && in HasAtLeast()
298 (has_AVX2_ ? kAvx2Bitfield : 0) | in AsBitmap()
324 if (has_AVX2_) { in GetFeatureString()
344 bool has_AVX2 = has_AVX2_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h93 bool HasAVX2() const { return has_AVX2_; } in HasAVX2()
121 has_AVX2_(has_AVX2), in X86InstructionSetFeatures()
148 const bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
/art/compiler/utils/x86/
Dassembler_x86.h341has_AVX2_(instruction_set_features != nullptr ? instruction_set_features->HasAVX2() :false) {} in Assembler()
1003 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()
1039 bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
Dassembler_x86_64.cc68 if (has_AVX_ || has_AVX2_) { in CpuHasAVXorAVX2FeatureFlag()