Searched refs:Popcntl (Results 1 – 3 of 3) sorted by relevance
300 void Popcntl(Register dst, Register src);301 void Popcntl(Register dst, Operand src);
1761 void TurboAssembler::Popcntl(Register dst, Register src) { in Popcntl() function in v8::internal::TurboAssembler1770 void TurboAssembler::Popcntl(Register dst, Operand src) { in Popcntl() function in v8::internal::TurboAssembler
1211 __ Popcntl(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local1213 __ Popcntl(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local