Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dlithium-mips64.h1273 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1275 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-mips64.cc715 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-mips64.cc1575 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/ia32/
Dlithium-ia32.h1289 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1291 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-ia32.cc748 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-ia32.cc1608 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/mips/
Dlithium-mips.h1274 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1276 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-mips.cc715 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-mips.cc1610 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/x64/
Dlithium-x64.h1277 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1279 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-x64.cc731 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-x64.cc1593 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/arm/
Dlithium-arm.h1293 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1295 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-arm.cc708 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-arm.cc1764 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/x87/
Dlithium-x87.h1303 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1305 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-x87.cc747 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
Dlithium-codegen-x87.cc1900 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/arm64/
Dlithium-arm64.h2734 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
2736 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-arm64.cc2246 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt)); in DoShift()
Dlithium-codegen-arm64.cc4892 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()