Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.cc1558 bool use_lea = LAddI::UseLea(instr); in DoAdd()
1572 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
1584 bool use_lea = LAddI::UseLea(instr); in DoAdd()
1590 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
Dlithium-x64.h1469 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> {
1471 LAddI(LOperand* left, LOperand* right) { in LAddI() function
Dlithium-codegen-x64.cc1875 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
1882 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) { in DoAddI()
/external/v8/src/x87/
Dlithium-x87.cc1595 bool use_lea = LAddI::UseLea(instr); in DoAdd()
1601 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
1616 bool use_lea = LAddI::UseLea(instr); in DoAdd()
1622 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
Dlithium-x87.h1490 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> {
1492 LAddI(LOperand* left, LOperand* right) { in LAddI() function
Dlithium-codegen-x87.cc2159 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
2163 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) { in DoAddI()
/external/v8/src/ia32/
Dlithium-ia32.cc1584 bool use_lea = LAddI::UseLea(instr); in DoAdd()
1590 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
1605 bool use_lea = LAddI::UseLea(instr); in DoAdd()
1611 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
Dlithium-ia32.h1482 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> {
1484 LAddI(LOperand* left, LOperand* right) { in LAddI() function
Dlithium-codegen-ia32.cc1891 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
1895 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) { in DoAddI()
/external/v8/src/mips/
Dlithium-mips.cc1579 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
1591 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
Dlithium-mips.h1458 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> {
1460 LAddI(LOperand* left, LOperand* right) { in LAddI() function
Dlithium-codegen-mips.cc1887 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
/external/v8/src/mips64/
Dlithium-mips64.cc1580 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
1592 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
Dlithium-mips64.h1457 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> {
1459 LAddI(LOperand* left, LOperand* right) { in LAddI() function
Dlithium-codegen-mips64.cc1850 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
/external/v8/src/arm/
Dlithium-arm.cc1630 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
1642 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
Dlithium-arm.h1492 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> {
1494 LAddI(LOperand* left, LOperand* right) { in LAddI() function
Dlithium-codegen-arm.cc2046 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
/external/v8/src/arm64/
Dlithium-arm64.h595 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> {
597 LAddI(LOperand* left, LOperand* right) in LAddI() function
603 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LAddI() function
Dlithium-arm64.cc868 DefineAsRegister(new(zone()) LAddI(left, right)); in DoAdd()
2200 res = new(zone()) LAddI(left, right, shift_op, shift_amount); in DoShiftedBinaryOp()
Dlithium-codegen-arm64.cc1511 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()