Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc61 bool has_AVX2 = false; in FromVariant() local
71 has_AVX2); in FromVariant()
74 has_AVX2); in FromVariant()
85 bool has_AVX2 = (bitmap & kAvxBitfield) != 0; in FromBitmap() local
87 …return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2); in FromBitmap()
90 has_AVX2); in FromBitmap()
122 const bool has_AVX2 = false; in FromCppDefines() local
124 const bool has_AVX2 = true; in FromCppDefines() local
128 …return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2); in FromCppDefines()
131 has_AVX2); in FromCppDefines()
[all …]
Dinstruction_set_features_x86.h76 bool has_AVX, bool has_AVX2) in X86InstructionSetFeatures() argument
78 has_SSE4_2_(has_SSE4_2), has_AVX_(has_AVX), has_AVX2_(has_AVX2) { in X86InstructionSetFeatures()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h77 bool has_AVX, bool has_AVX2) in X86_64InstructionSetFeatures() argument
78 : X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2) { in X86_64InstructionSetFeatures()