Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc69 bool has_AVX = false; in FromVariant() local
88 return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in FromVariant()
91 return new X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in FromVariant()
102 bool has_AVX = (bitmap & kAvxBitfield) != 0; in FromBitmap() local
108 has_AVX, has_AVX2, prefers_locked_add, in FromBitmap()
112 has_AVX, has_AVX2, prefers_locked_add, in FromBitmap()
139 const bool has_AVX = false; in FromCppDefines() local
141 const bool has_AVX = true; in FromCppDefines() local
160 return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in FromCppDefines()
163 return new X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in FromCppDefines()
[all …]
Dinstruction_set_features_x86.h80 bool has_AVX, bool has_AVX2, in X86InstructionSetFeatures() argument
87 has_AVX_(has_AVX), in X86InstructionSetFeatures()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h77 bool has_AVX, bool has_AVX2, bool prefers_locked_add, in X86_64InstructionSetFeatures() argument
79 : X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in X86_64InstructionSetFeatures()