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.cc114 bool has_POPCNT = (bitmap & kPopCntBitfield) != 0; in FromBitmap()
234 (has_POPCNT_ ? kPopCntBitfield : 0); in AsBitmap()
Dinstruction_set_features_x86.h113 kPopCntBitfield = 1 << 5, enumerator