Searched defs:Popcnt (Results 1 – 6 of 6) sorted by relevance
751 void Popcnt(Register dst, Register src) { Popcnt(dst, Operand(src)); } in Popcnt() function
2188 void MacroAssembler::Popcnt(Register dst, const Operand& src) { in Popcnt() function in v8::internal::MacroAssembler
766 void Popcnt(Register dst, Register src) { Popcnt(dst, Operand(src)); } in Popcnt() function
2332 void MacroAssembler::Popcnt(Register dst, const Operand& src) { in Popcnt() function in v8::internal::MacroAssembler
1333 __ Popcnt(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
1076 __ Popcnt(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local