/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2735 class LSubI final : public LTemplateInstruction<1, 2, 0> { 2737 LSubI(LOperand* left, LOperand* right) in LSubI() function 2743 LSubI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LSubI() function
|
D | lithium-arm64.cc | 2170 res = new(zone()) LSubI(left, right, shift_op, shift_amount); in DoShiftedBinaryOp() 2463 DefineAsRegister(new(zone()) LSubI(left, right)); in DoSub()
|
D | lithium-codegen-arm64.cc | 5320 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1207 class LSubI final : public LTemplateInstruction<1, 2, 0> { 1209 LSubI(LOperand* left, LOperand* right) { in LSubI() function
|
D | lithium-ppc.cc | 1550 LSubI* sub = new (zone()) LSubI(left, right); in DoSub()
|
D | lithium-codegen-ppc.cc | 1712 void LCodeGen::DoSubI(LSubI* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1239 class LSubI final : public LTemplateInstruction<1, 2, 0> { 1241 LSubI(LOperand* left, LOperand* right) { in LSubI() function
|
D | lithium-ia32.cc | 1552 LSubI* sub = new(zone()) LSubI(left, right); in DoSub()
|
D | lithium-codegen-ia32.cc | 1593 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1230 class LSubI final : public LTemplateInstruction<1, 2, 0> { 1232 LSubI(LOperand* left, LOperand* right) { in LSubI() function
|
D | lithium-mips.cc | 1550 LSubI* sub = new(zone()) LSubI(left, right); in DoSub()
|
D | lithium-codegen-mips.cc | 1593 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1233 class LSubI final : public LTemplateInstruction<1, 2, 0> { 1235 LSubI(LOperand* left, LOperand* right) { in LSubI() function
|
D | lithium-x64.cc | 1541 LSubI* sub = new(zone()) LSubI(left, right); in DoSub()
|
D | lithium-codegen-x64.cc | 1601 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1251 class LSubI final : public LTemplateInstruction<1, 2, 0> { 1253 LSubI(LOperand* left, LOperand* right) { in LSubI() function
|
D | lithium-x87.cc | 1562 LSubI* sub = new(zone()) LSubI(left, right); in DoSub()
|
D | lithium-codegen-x87.cc | 1894 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1248 class LSubI final : public LTemplateInstruction<1, 2, 0> { 1250 LSubI(LOperand* left, LOperand* right) { in LSubI() function
|
D | lithium-mips64.cc | 1557 : DefineAsRegister(new (zone()) LSubI(left, right)); in DoSub()
|
D | lithium-codegen-mips64.cc | 1701 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1252 class LSubI final : public LTemplateInstruction<1, 2, 0> { 1254 LSubI(LOperand* left, LOperand* right) { in LSubI() function
|
D | lithium-arm.cc | 1570 LSubI* sub = new(zone()) LSubI(left, right); in DoSub()
|
D | lithium-codegen-arm.cc | 1720 void LCodeGen::DoSubI(LSubI* instr) { in DoSubI()
|