Searched refs:has_POPCNT (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.cc | 79 bool has_POPCNT) { in Create() argument 86 has_POPCNT)); in Create() 93 has_POPCNT)); in Create() 120 bool has_POPCNT = FindVariantInArray(x86_variants_with_popcnt, in FromVariant() local 131 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant() 140 bool has_POPCNT = (bitmap & kPopCntBitfield) != 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() 176 const bool has_POPCNT = false; in FromCppDefines() local 178 const bool has_POPCNT = 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 | 112 bool has_POPCNT) in X86InstructionSetFeatures() argument 119 has_POPCNT_(has_POPCNT) { in X86InstructionSetFeatures() 128 bool has_POPCNT);
|
/art/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64.h | 82 bool has_POPCNT) in X86_64InstructionSetFeatures() argument 84 has_AVX2, has_POPCNT) { in X86_64InstructionSetFeatures()
|