Home
last modified time | relevance | path

Searched refs:LShiftS (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2673 class LShiftS final : public LTemplateInstruction<1, 2, 0> {
2675 LShiftS(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftS() function
Dlithium-arm64.cc2212 result = DefineAsRegister(new (zone()) LShiftS(op, left, right, can_deopt)); in DoShift()
Dlithium-codegen-arm64.cc4635 void LCodeGen::DoShiftS(LShiftS* instr) { in DoShiftS()