Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc78 bool has_AVX2, in Create()
117 bool has_AVX2 = FindVariantInArray(x86_variants_with_avx2, in FromVariant() local
139 bool has_AVX2 = (bitmap & kAvxBitfield) != 0; in FromBitmap() local
170 const bool has_AVX2 = false; in FromCppDefines() local
172 const bool has_AVX2 = true; in FromCppDefines() local
191 bool has_AVX2 = false; in FromCpuInfo() local
318 bool has_AVX2 = has_AVX2_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_x86.h111 bool has_AVX2, in X86InstructionSetFeatures()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h81 bool has_AVX2, in X86_64InstructionSetFeatures()