Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc249 (has_AVX_ == other_as_x86->has_AVX_) && in Equals()
262 (has_AVX_ || !other_as_x86->has_AVX_) && in HasAtLeast()
271 (has_AVX_ ? kAvxBitfield : 0) | in AsBitmap()
293 if (has_AVX_) { in GetFeatureString()
317 bool has_AVX = has_AVX_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h92 bool HasAVX() const { return has_AVX_; } in HasAVX()
117 has_AVX_(has_AVX), in X86InstructionSetFeatures()
144 const bool has_AVX_; // x86 256bit SIMD AVX. variable
/art/compiler/utils/x86/
Dassembler_x86.h316has_AVX_(instruction_set_features != nullptr ? instruction_set_features->HasAVX() : false), in Assembler()
923 bool has_AVX_; // x86 256bit SIMD AVX. variable
Dassembler_x86.cc63 if (has_AVX_ || has_AVX2_) { in CpuHasAVXorAVX2FeatureFlag()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h361 has_AVX_(instruction_set_features != nullptr ? instruction_set_features->HasAVX(): false), in Assembler()
1037 bool has_AVX_; // x86 256bit SIMD AVX. variable
Dassembler_x86_64.cc68 if (has_AVX_ || has_AVX2_) { in CpuHasAVXorAVX2FeatureFlag()