/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.cc | 1538 bool use_lea = LAddI::UseLea(instr); 1544 LAddI* add = new(zone()) LAddI(left, right); 1558 bool use_lea = LAddI::UseLea(instr); 1564 LAddI* add = new(zone()) LAddI(left, right);
|
H A D | lithium-ia32.h | 1362 class LAddI final : public LTemplateInstruction<1, 2, 0> { 1364 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
|
H A D | lithium-codegen-ia32.cc | 1611 void LCodeGen::DoAddI(LAddI* instr) { 1615 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) {
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.cc | 1536 bool use_lea = LAddI::UseLea(instr); 1550 LAddI* add = new(zone()) LAddI(left, right); 1561 bool use_lea = LAddI::UseLea(instr); 1567 LAddI* add = new(zone()) LAddI(left, right);
|
H A D | lithium-x64.h | 1357 class LAddI final : public LTemplateInstruction<1, 2, 0> { 1359 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
|
H A D | lithium-codegen-x64.cc | 1699 void LCodeGen::DoAddI(LAddI* instr) { 1706 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) {
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.cc | 1545 bool use_lea = LAddI::UseLea(instr); 1551 LAddI* add = new(zone()) LAddI(left, right); 1565 bool use_lea = LAddI::UseLea(instr); 1571 LAddI* add = new(zone()) LAddI(left, right);
|
H A D | lithium-x87.h | 1350 class LAddI final : public LTemplateInstruction<1, 2, 0> { 1352 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
|
H A D | lithium-codegen-x87.cc | 1888 void LCodeGen::DoAddI(LAddI* instr) { 1892 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) {
|
/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.cc | 1582 LAddI* add = new(zone()) LAddI(left, right); 1593 LAddI* add = new(zone()) LAddI(left, right);
|
H A D | lithium-arm.h | 1360 class LAddI final : public LTemplateInstruction<1, 2, 0> { 1362 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
|
H A D | lithium-codegen-arm.cc | 1840 void LCodeGen::DoAddI(LAddI* instr) {
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.cc | 1529 LAddI* add = new(zone()) LAddI(left, right); 1540 LAddI* add = new(zone()) LAddI(left, right);
|
H A D | lithium-mips.h | 1324 class LAddI final : public LTemplateInstruction<1, 2, 0> { 1326 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
|
H A D | lithium-codegen-mips.cc | 1689 void LCodeGen::DoAddI(LAddI* instr) {
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.cc | 1569 LAddI* add = new (zone()) LAddI(left, right); 1580 LAddI* add = new (zone()) LAddI(left, right);
|
H A D | lithium-ppc.h | 1341 class LAddI final : public LTemplateInstruction<1, 2, 0> { 1343 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.cc | 1429 LAddI* add = new (zone()) LAddI(left, right); 1440 LAddI* add = new (zone()) LAddI(left, right);
|
H A D | lithium-s390.h | 1246 class LAddI final : public LTemplateInstruction<1, 2, 0> { 1248 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.h | 1371 class LAddI final : public LTemplateInstruction<1, 2, 0> { 1373 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
|
H A D | lithium-mips64.cc | 1538 : DefineAsRegister(new (zone()) LAddI(left, right));
|
H A D | lithium-codegen-mips64.cc | 1819 void LCodeGen::DoAddI(LAddI* instr) {
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-arm64.h | 561 class LAddI final : public LTemplateInstruction<1, 2, 0> { 563 LAddI(LOperand* left, LOperand* right) function in class:v8::internal::final 569 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) function in class:v8::internal::final
|
H A D | lithium-arm64.cc | 823 DefineAsRegister(new(zone()) LAddI(left, right)); 2057 res = new(zone()) LAddI(left, right, shift_op, shift_amount);
|
H A D | lithium-codegen-arm64.cc | 1359 void LCodeGen::DoAddI(LAddI* instr) {
|