Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1217 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1219 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-ia32.cc743 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-ia32.cc1517 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1229 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1231 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-x87.cc742 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-x87.cc1818 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1209 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1211 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-mips.cc712 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-mips.cc1503 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1212 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1214 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-x64.cc728 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-x64.cc1520 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1231 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1233 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-arm.cc705 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-arm.cc1632 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1227 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1229 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-mips64.cc712 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-mips64.cc1596 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1186 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
1188 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-ppc.cc716 DefineAsRegister(new (zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-ppc.cc1608 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2652 class LShiftI final : public LTemplateInstruction<1, 2, 0> {
2654 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-arm64.cc2209 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt)); in DoShift()
Dlithium-codegen-arm64.cc4593 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()