/external/v8/src/mips64/ |
D | lithium-mips64.h | 1273 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> { 1275 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-mips64.cc | 715 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-mips64.cc | 1575 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1289 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> { 1291 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-ia32.cc | 748 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-ia32.cc | 1608 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1274 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> { 1276 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-mips.cc | 715 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-mips.cc | 1610 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1277 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> { 1279 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-x64.cc | 731 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-x64.cc | 1593 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1293 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> { 1295 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-arm.cc | 708 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-arm.cc | 1764 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 1303 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> { 1305 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-x87.cc | 747 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-x87.cc | 1900 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 2734 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> { 2736 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-arm64.cc | 2246 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt)); in DoShift()
|
D | lithium-codegen-arm64.cc | 4892 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|