Home
last modified time | relevance | path

Searched defs: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()
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
344 bool has_AVX2 = has_AVX2_; in AddFeaturesFromSplitString() local
H A Dinstruction_set_features_x86.h114 bool has_AVX2, in X86InstructionSetFeatures()
/aosp12/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h86 bool has_AVX2, in X86_64InstructionSetFeatures()