Searched refs:Tzcnt (Results 1 – 3 of 3) sorted by relevance
233 void Tzcnt(Register dst, Register src) { Tzcnt(dst, Operand(src)); } in Tzcnt() function234 void Tzcnt(Register dst, Operand src);
1560 void TurboAssembler::Tzcnt(Register dst, Operand src) { in Tzcnt() function in v8::internal::TurboAssembler
1185 __ Tzcnt(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local