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.cc77 bool has_AVX, in Create() argument
84 has_AVX, in Create()
91 has_AVX, in Create()
114 bool has_AVX = FindVariantInArray(x86_variants_with_avx, in FromVariant() local
131 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant()
138 bool has_AVX = (bitmap & kAvxBitfield) != 0; in FromBitmap() local
141 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromBitmap()
164 const bool has_AVX = false; in FromCppDefines() local
166 const bool has_AVX = true; in FromCppDefines() local
181 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCppDefines()
[all …]
Dinstruction_set_features_x86.h110 bool has_AVX, in X86InstructionSetFeatures() argument
117 has_AVX_(has_AVX), in X86InstructionSetFeatures()
126 bool has_AVX,
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h80 bool has_AVX, in X86_64InstructionSetFeatures() argument
83 : X86InstructionSetFeatures(has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in X86_64InstructionSetFeatures()