/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 794 class LMulI final : public LTemplateInstruction<1, 2, 1> { 796 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI() function
|
D | lithium-x87.cc | 1496 LMulI* mul = new(zone()) LMulI(left, right, temp); in DoMul()
|
D | lithium-codegen-x87.cc | 1541 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 764 class LMulI final : public LTemplateInstruction<1, 2, 0> { 766 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-mips64.cc | 1466 : DefineAsRegister(new (zone()) LMulI(left_op, right_op)); in DoMul()
|
D | lithium-codegen-mips64.cc | 1415 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 753 class LMulI final : public LTemplateInstruction<1, 2, 0> { 755 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-arm.cc | 1470 LMulI* mul = new(zone()) LMulI(left_op, right_op); in DoMul()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 702 class LMulI final : public LTemplateInstruction<1, 2, 0> { 704 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-s390.cc | 1349 LMulI* mul = new (zone()) LMulI(left_op, right_op); in DoMul()
|
D | lithium-codegen-s390.cc | 1307 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 779 class LMulI final : public LTemplateInstruction<1, 2, 0> { 781 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-x64.cc | 1483 LMulI* mul = new(zone()) LMulI(left, right); in DoMul()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 746 class LMulI final : public LTemplateInstruction<1, 2, 0> { 748 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-mips.cc | 1462 LMulI* mul = new(zone()) LMulI(left_op, right_op); in DoMul()
|
D | lithium-codegen-mips.cc | 1313 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 735 class LMulI final : public LTemplateInstruction<1, 2, 0> { 737 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-ppc.cc | 1484 LMulI* mul = new (zone()) LMulI(left_op, right_op); in DoMul()
|
D | lithium-codegen-ppc.cc | 1364 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 780 class LMulI final : public LTemplateInstruction<1, 2, 1> { 782 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI() function
|
D | lithium-ia32.cc | 1489 LMulI* mul = new(zone()) LMulI(left, right, temp); in DoMul()
|
D | lithium-codegen-ia32.cc | 1240 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1987 class LMulI final : public LTemplateInstruction<1, 2, 0> { 1989 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-arm64.cc | 1839 : DefineAsRegister(new(zone()) LMulI(left, right)); in DoMul()
|
D | lithium-codegen-arm64.cc | 4125 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|