Home
last modified time | relevance | path

Searched refs:LAddI (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/arm/
Dlithium-arm.h1073 class LAddI: public LTemplateInstruction<1, 2, 0> {
1075 LAddI(LOperand* left, LOperand* right) { in LAddI() function
Dlithium-arm.cc1428 LAddI* add = new LAddI(left, right); in DoAdd()
Dlithium-codegen-arm.cc1311 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
/external/v8/src/x64/
Dlithium-x64.h1059 class LAddI: public LTemplateInstruction<1, 2, 0> {
1061 LAddI(LOperand* left, LOperand* right) { in LAddI() function
Dlithium-x64.cc1431 LAddI* add = new LAddI(left, right); in DoAdd()
Dlithium-codegen-x64.cc1187 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()
/external/v8/src/ia32/
Dlithium-ia32.h1099 class LAddI: public LTemplateInstruction<1, 2, 0> {
1101 LAddI(LOperand* left, LOperand* right) { in LAddI() function
Dlithium-ia32.cc1459 LAddI* add = new LAddI(left, right); in DoAdd()
Dlithium-codegen-ia32.cc1186 void LCodeGen::DoAddI(LAddI* instr) { in DoAddI()