Searched refs:shl_cl (Results 1 – 6 of 6) sorted by relevance
674 void shl_cl(Register dst) { shl_cl(Operand(dst)); } in shl_cl() function675 void shl_cl(Operand dst);
652 shl_cl(low); in CallRecordWriteStub()
1255 void Assembler::shl_cl(Operand dst) { in shl_cl() function in v8::internal::Assembler
3181 __ shl_cl(scratch1); in Generate_DoubleToI() local
1135 __ shl_cl(i.OutputOperand()); in AssembleArchInstruction() local
1507 liftoff::EmitShiftOperation(this, dst, src, amount, &Assembler::shl_cl); in emit_i32_shl()