Searched refs:has_AVX2 (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.cc | 78 bool has_AVX2, in Create() argument 85 has_AVX2, in Create() 92 has_AVX2, in Create() 117 bool has_AVX2 = FindVariantInArray(x86_variants_with_avx2, in FromVariant() local 131 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant() 139 bool has_AVX2 = (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() 170 const bool has_AVX2 = false; in FromCppDefines() local 172 const bool has_AVX2 = 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 …]
|
D | instruction_set_features_x86.h | 111 bool has_AVX2, in X86InstructionSetFeatures() argument 118 has_AVX2_(has_AVX2), in X86InstructionSetFeatures() 127 bool has_AVX2,
|
/art/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64.h | 81 bool has_AVX2, in X86_64InstructionSetFeatures() argument 84 has_AVX2, has_POPCNT) { in X86_64InstructionSetFeatures()
|