Searched refs:LMulI (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.h | 570 class LMulI: public LTemplateInstruction<1, 2, 0> { 572 LMulI(LOperand* left, LOperand* right) { in LMulI() function
|
D | lithium-x64.cc | 1359 LMulI* mul = new(zone()) LMulI(left, right); in DoMul()
|
D | lithium-codegen-x64.cc | 931 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 584 class LMulI: public LTemplateInstruction<1, 2, 1> { 586 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI() function
|
D | lithium-mips.cc | 1379 LMulI* mul = new(zone()) LMulI(left, right, temp); in DoMul()
|
D | lithium-codegen-mips.cc | 948 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 585 class LMulI: public LTemplateInstruction<1, 2, 1> { 587 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI() function
|
D | lithium-arm.cc | 1378 LMulI* mul = new(zone()) LMulI(left, right, temp); in DoMul()
|
D | lithium-codegen-arm.cc | 1149 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 560 class LMulI: public LTemplateInstruction<1, 2, 1> { 562 LMulI(LOperand* left, LOperand* right, LOperand* temp) { in LMulI() function
|
D | lithium-ia32.cc | 1408 LMulI* mul = new(zone()) LMulI(left, right, temp); in DoMul()
|
D | lithium-codegen-ia32.cc | 966 void LCodeGen::DoMulI(LMulI* instr) { in DoMulI()
|