Searched refs:has_AVX2 (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.cc | 70 bool has_AVX2 = false; in FromVariant() local 89 has_AVX2, prefers_locked_add, has_POPCNT); in FromVariant() 92 has_AVX2, prefers_locked_add, has_POPCNT); in FromVariant() 103 bool has_AVX2 = (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() 145 const bool has_AVX2 = false; in FromCppDefines() local 147 const bool has_AVX2 = true; in FromCppDefines() local 161 has_AVX2, prefers_locked_add, has_POPCNT); in FromCppDefines() 164 has_AVX2, prefers_locked_add, has_POPCNT); in FromCppDefines() [all …]
|
D | instruction_set_features_x86.h | 80 bool has_AVX, bool has_AVX2, in X86InstructionSetFeatures() argument 88 has_AVX2_(has_AVX2), in X86InstructionSetFeatures()
|
/art/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64.h | 77 bool has_AVX, bool has_AVX2, bool prefers_locked_add, in X86_64InstructionSetFeatures() argument 80 has_AVX2, prefers_locked_add, has_POPCNT) { in X86_64InstructionSetFeatures()
|