Searched refs:LShiftS (Results 1 – 3 of 3) sorted by relevance
2755 class LShiftS FINAL : public LTemplateInstruction<1, 2, 0> {2757 LShiftS(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftS() function
2249 result = DefineAsRegister(new (zone()) LShiftS(op, left, right, can_deopt)); in DoShift()
4934 void LCodeGen::DoShiftS(LShiftS* instr) { in DoShiftS()