Home
last modified time | relevance | path

Searched refs:LShiftI (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h1196 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1198 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-x87.cc709 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-x87.cc1673 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1188 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1190 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-mips64.cc686 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-mips64.cc1553 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1191 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1193 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-arm.cc679 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1092 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1094 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-s390.cc620 DefineAsRegister(new (zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-s390.cc1524 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1200 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1202 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-x64.cc703 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1170 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1172 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-mips.cc686 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-mips.cc1459 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1176 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1178 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-ppc.cc691 DefineAsRegister(new (zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-ppc.cc1575 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1202 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1204 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-ia32.cc711 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-ia32.cc1372 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2547 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
2549 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-arm64.cc2099 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt)); in DoShift()
Dlithium-codegen-arm64.cc4572 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()

12