Searched refs:LMulI (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/arm/ |
D | lithium-arm.h | 571 class LMulI: public LTemplateInstruction<1, 2, 1> { 573 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI() function
|
D | lithium-arm.cc | 1392 LMulI* mul = new LMulI(left, right, temp); in DoMul()
|
D | lithium-codegen-arm.cc | 1080 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 556 class LMulI: public LTemplateInstruction<1, 2, 0> { 558 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-x64.cc | 1393 LMulI* mul = new LMulI(left, right); in DoMul()
|
D | lithium-codegen-x64.cc | 886 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 564 class LMulI: public LTemplateInstruction<1, 2, 1> { 566 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI() function
|
D | lithium-ia32.cc | 1421 LMulI* mul = new LMulI(left, right, temp); in DoMul()
|
D | lithium-codegen-ia32.cc | 885 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|