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.h103 kPopCntBitfield = 128, enumerator
Dinstruction_set_features_x86.cc105 bool has_POPCNT = (bitmap & kPopCntBitfield) != 0; in FromBitmap()
260 (has_POPCNT_ ? kPopCntBitfield : 0); in AsBitmap()