Searched refs:has_POPCNT (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/art/runtime/arch/x86/ |
H A D | instruction_set_features_x86.cc | 116 bool has_POPCNT) { in Create() argument 123 has_POPCNT)); in Create() 130 has_POPCNT)); in Create() 157 bool has_POPCNT = FindVariantInArray(x86_variants_with_popcnt, in FromVariant() local 172 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant() 181 bool has_POPCNT = (bitmap & kPopCntBitfield) != 0; in FromBitmap() local 182 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromBitmap() 217 const bool has_POPCNT = false; in FromCppDefines() local 219 const bool has_POPCNT = true; in FromCppDefines() local 222 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCppDefines() [all …]
|
H A D | instruction_set_features_x86.h | 116 bool has_POPCNT) in X86InstructionSetFeatures() argument 123 has_POPCNT_(has_POPCNT) { in X86InstructionSetFeatures() 132 bool has_POPCNT);
|
/aosp_15_r20/art/runtime/arch/x86_64/ |
H A D | instruction_set_features_x86_64.h | 88 bool has_POPCNT) in X86_64InstructionSetFeatures() argument 90 has_AVX2, has_POPCNT) { in X86_64InstructionSetFeatures()
|