Searched refs:LAddI (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/arm/ |
D | lithium-arm.h | 1073 class LAddI: public LTemplateInstruction<1, 2, 0> { 1075 LAddI(LOperand* left, LOperand* right) { in LAddI() function
|
D | lithium-arm.cc | 1428 LAddI* add = new LAddI(left, right); in DoAdd()
|
D | lithium-codegen-arm.cc | 1311 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1059 class LAddI: public LTemplateInstruction<1, 2, 0> { 1061 LAddI(LOperand* left, LOperand* right) { in LAddI() function
|
D | lithium-x64.cc | 1431 LAddI* add = new LAddI(left, right); in DoAdd()
|
D | lithium-codegen-x64.cc | 1187 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1099 class LAddI: public LTemplateInstruction<1, 2, 0> { 1101 LAddI(LOperand* left, LOperand* right) { in LAddI() function
|
D | lithium-ia32.cc | 1459 LAddI* add = new LAddI(left, right); in DoAdd()
|
D | lithium-codegen-ia32.cc | 1186 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
|