Lines Matching defs:popcnt
128 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT;
140 "SSE3=%d SSE4_1=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d POPCNT=%d "
145 CpuFeatures::IsSupported(LZCNT), CpuFeatures::IsSupported(POPCNT),
2688 void Assembler::popcnt(Register dst, const Operand& src) {
2689 DCHECK(IsEnabled(POPCNT));