Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc115 bool has_AVX2, in Create()
154 bool has_AVX2 = FindVariantInArray(x86_variants_with_avx2, in FromVariant() local
180 bool has_AVX2 = (bitmap & kAvxBitfield) != 0; in FromBitmap() local
211 const bool has_AVX2 = false; in FromCppDefines() local
213 const bool has_AVX2 = true; in FromCppDefines() local
232 bool has_AVX2 = false; in FromCpuInfo() local
377 bool has_AVX2 = has_AVX2_; in AddFeaturesFromSplitString() local
H A Dinstruction_set_features_x86.h115 bool has_AVX2, in X86InstructionSetFeatures()
/aosp_15_r20/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h87 bool has_AVX2, in X86_64InstructionSetFeatures()