HomeSort by relevance Sort by last modified time
    Searched refs:kPopCntBitfield (Results 1 - 2 of 2) sorted by null

  /art/runtime/arch/x86/
instruction_set_features_x86.h 103 kPopCntBitfield = 128,
instruction_set_features_x86.cc 105 bool has_POPCNT = (bitmap & kPopCntBitfield) != 0;
260 (has_POPCNT_ ? kPopCntBitfield : 0);

Completed in 51 milliseconds