Searched refs:LMulI (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 824 class LMulI FINAL : public LTemplateInstruction<1, 2, 1> { 826 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI() function
|
D | lithium-ia32.cc | 1542 LMulI* mul = new(zone()) LMulI(left, right, temp); in DoMul()
|
D | lithium-codegen-ia32.cc | 1476 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 842 class LMulI FINAL : public LTemplateInstruction<1, 2, 1> { 844 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI() function
|
D | lithium-x87.cc | 1553 LMulI* mul = new(zone()) LMulI(left, right, temp); in DoMul()
|
D | lithium-codegen-x87.cc | 1768 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 824 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> { 826 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-x64.cc | 1518 LMulI* mul = new(zone()) LMulI(left, right); in DoMul()
|
D | lithium-codegen-x64.cc | 1389 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 790 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> { 792 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-mips64.cc | 1516 LMulI* mul = new(zone()) LMulI(left_op, right_op); in DoMul()
|
D | lithium-codegen-mips64.cc | 1429 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 791 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> { 793 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-mips.cc | 1515 LMulI* mul = new(zone()) LMulI(left_op, right_op); in DoMul()
|
D | lithium-codegen-mips.cc | 1467 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 796 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> { 798 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-arm.cc | 1521 LMulI* mul = new(zone()) LMulI(left_op, right_op); in DoMul()
|
D | lithium-codegen-arm.cc | 1621 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 2192 class LMulI FINAL : public LTemplateInstruction<1, 2, 0> { 2194 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-arm64.cc | 1969 : DefineAsRegister(new(zone()) LMulI(left, right)); in DoMul()
|
D | lithium-codegen-arm64.cc | 4441 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|