Home
last modified time | relevance | path

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

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