/external/v8/src/x64/ |
D | lithium-x64.cc | 1558 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()
|
D | lithium-x64.h | 1469 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> { 1471 LAddI(LOperand* left, LOperand* right) { in LAddI() function
|
D | lithium-codegen-x64.cc | 1875 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI() 1882 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) { in DoAddI()
|
/external/v8/src/x87/ |
D | lithium-x87.cc | 1595 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()
|
D | lithium-x87.h | 1490 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> { 1492 LAddI(LOperand* left, LOperand* right) { in LAddI() function
|
D | lithium-codegen-x87.cc | 2159 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI() 2163 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) { in DoAddI()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 1584 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()
|
D | lithium-ia32.h | 1482 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> { 1484 LAddI(LOperand* left, LOperand* right) { in LAddI() function
|
D | lithium-codegen-ia32.cc | 1891 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI() 1895 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) { in DoAddI()
|
/external/v8/src/mips/ |
D | lithium-mips.cc | 1579 LAddI* add = new(zone()) LAddI(left, right); in DoAdd() 1591 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
|
D | lithium-mips.h | 1458 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> { 1460 LAddI(LOperand* left, LOperand* right) { in LAddI() function
|
D | lithium-codegen-mips.cc | 1887 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
|
/external/v8/src/mips64/ |
D | lithium-mips64.cc | 1580 LAddI* add = new(zone()) LAddI(left, right); in DoAdd() 1592 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
|
D | lithium-mips64.h | 1457 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> { 1459 LAddI(LOperand* left, LOperand* right) { in LAddI() function
|
D | lithium-codegen-mips64.cc | 1850 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 1630 LAddI* add = new(zone()) LAddI(left, right); in DoAdd() 1642 LAddI* add = new(zone()) LAddI(left, right); in DoAdd()
|
D | lithium-arm.h | 1492 class LAddI FINAL : public LTemplateInstruction<1, 2, 0> { 1494 LAddI(LOperand* left, LOperand* right) { in LAddI() function
|
D | lithium-codegen-arm.cc | 2046 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 595 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
|
D | lithium-arm64.cc | 868 DefineAsRegister(new(zone()) LAddI(left, right)); in DoAdd() 2200 res = new(zone()) LAddI(left, right, shift_op, shift_amount); in DoShiftedBinaryOp()
|
D | lithium-codegen-arm64.cc | 1511 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
|