Searched defs:Lzcntl (Results 1 – 3 of 3) sorted by relevance
866 __ Lzcntl(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local868 __ Lzcntl(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
3201 void MacroAssembler::Lzcntl(Register dst, Register src) { in Lzcntl() function in v8::internal::MacroAssembler3216 void MacroAssembler::Lzcntl(Register dst, const Operand& src) { in Lzcntl() function in v8::internal::MacroAssembler
3719 __ Lzcntl(result, input); in DoMathClz32() local