Searched refs:Lzcnt (Results 1 – 3 of 3) sorted by relevance
230 void Lzcnt(Register dst, Register src) { Lzcnt(dst, Operand(src)); } in Lzcnt() function231 void Lzcnt(Register dst, Operand src);
1546 void TurboAssembler::Lzcnt(Register dst, Operand src) { in Lzcnt() function in v8::internal::TurboAssembler
1182 __ Lzcnt(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local