Searched refs:LDivI (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/arm/ |
D | lithium-arm.h | 559 class LDivI: public LTemplateInstruction<1, 2, 0> { 561 LDivI(LOperand* left, LOperand* right) { in LDivI() function
|
D | lithium-codegen-arm.cc | 969 void LCodeGen::DoDivI(LDivI* instr) { in DoDivI() 972 DeferredDivI(LCodeGen* codegen, LDivI* instr) in DoDivI() 978 LDivI* instr_; in DoDivI()
|
D | lithium-arm.cc | 1339 DefineFixed(new LDivI(dividend, divisor), r0))); in DoDiv()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 543 class LDivI: public LTemplateInstruction<1, 2, 1> { 545 LDivI(LOperand* left, LOperand* right, LOperand* temp) { in LDivI() function
|
D | lithium-x64.cc | 1338 LDivI* result = new LDivI(dividend, divisor, temp); in DoDiv()
|
D | lithium-codegen-x64.cc | 840 void LCodeGen::DoDivI(LDivI* instr) { in DoDivI()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 551 class LDivI: public LTemplateInstruction<1, 2, 1> { 553 LDivI(LOperand* left, LOperand* right, LOperand* temp) { in LDivI() function
|
D | lithium-ia32.cc | 1362 LDivI* result = new LDivI(dividend, divisor, temp); in DoDiv()
|
D | lithium-codegen-ia32.cc | 839 void LCodeGen::DoDivI(LDivI* instr) { in DoDivI()
|