Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.h138 kPopCntBitfield = 1 << 5, enumerator
Dinstruction_set_features_x86.cc140 bool has_POPCNT = (bitmap & kPopCntBitfield) != 0; in FromBitmap()
273 (has_POPCNT_ ? kPopCntBitfield : 0); in AsBitmap()