Home
last modified time | relevance | path

Searched refs:has_AVX2 (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc86 bool has_AVX2, in Create() argument
100 has_AVX2, in Create()
125 bool has_AVX2 = FindVariantInArray(x86_variants_with_avx2, in FromVariant() local
147 bool has_AVX2 = (bitmap & kAvxBitfield) != 0; in FromBitmap() local
178 const bool has_AVX2 = false; in FromCppDefines() local
180 const bool has_AVX2 = true; in FromCppDefines() local
199 bool has_AVX2 = false; in FromCpuInfo() local
224 has_AVX2 = true; in FromCpuInfo()
344 bool has_AVX2 = has_AVX2_; in AddFeaturesFromSplitString() local
366 has_AVX2 = true; in AddFeaturesFromSplitString()
[all …]
H A Dinstruction_set_features_x86.h114 bool has_AVX2, in X86InstructionSetFeatures() argument
121 has_AVX2_(has_AVX2), in X86InstructionSetFeatures()
130 bool has_AVX2,
/aosp12/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h86 bool has_AVX2, in X86_64InstructionSetFeatures() argument
89 has_AVX2, has_POPCNT) { in X86_64InstructionSetFeatures()