Home
last modified time | relevance | path

Searched refs:has_POPCNT_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc245 (has_POPCNT_ == other_as_x86->has_POPCNT_); in Equals()
258 (has_POPCNT_ || !other_as_x86->has_POPCNT_); in HasAtLeast()
267 (has_POPCNT_ ? kPopCntBitfield : 0); in AsBitmap()
297 if (has_POPCNT_) { in GetFeatureString()
313 bool has_POPCNT = has_POPCNT_; in AddFeaturesFromSplitString()
Dinstruction_set_features_x86.h68 bool HasPopCnt() const { return has_POPCNT_; } in HasPopCnt()
97 has_POPCNT_(has_POPCNT) { in X86InstructionSetFeatures()
124 const bool has_POPCNT_; // x86 population count variable