Home
last modified time | relevance | path

Searched defs:has_POPCNT (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc87 bool has_POPCNT) { in Create()
128 bool has_POPCNT = FindVariantInArray(x86_variants_with_popcnt, in FromVariant() local
148 bool has_POPCNT = (bitmap & kPopCntBitfield) != 0; in FromBitmap() local
184 const bool has_POPCNT = false; in FromCppDefines() local
186 const bool has_POPCNT = true; in FromCppDefines() local
200 bool has_POPCNT = false; in FromCpuInfo() local
345 bool has_POPCNT = has_POPCNT_; in AddFeaturesFromSplitString() local
H A Dinstruction_set_features_x86.h115 bool has_POPCNT) in X86InstructionSetFeatures()
/aosp12/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h87 bool has_POPCNT) in X86_64InstructionSetFeatures()