Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc79 bool has_POPCNT) { in Create()
120 bool has_POPCNT = FindVariantInArray(x86_variants_with_popcnt, in FromVariant() local
140 bool has_POPCNT = (bitmap & kPopCntBitfield) != 0; in FromBitmap() local
176 const bool has_POPCNT = false; in FromCppDefines() local
178 const bool has_POPCNT = true; in FromCppDefines() local
192 bool has_POPCNT = false; in FromCpuInfo() local
319 bool has_POPCNT = has_POPCNT_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_x86.h112 bool has_POPCNT) in X86InstructionSetFeatures()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h82 bool has_POPCNT) in X86_64InstructionSetFeatures()