/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 665 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 667 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-ia32.cc | 1319 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-ia32.cc | 1126 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 681 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 683 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-x87.cc | 1329 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-x87.cc | 1427 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 649 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 651 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-mips.cc | 1290 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-mips.cc | 1077 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 664 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 666 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-x64.cc | 1306 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-x64.cc | 1199 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 655 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 657 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-arm.cc | 1282 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-arm.cc | 1176 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 652 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 654 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-mips64.cc | 1290 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-mips64.cc | 1067 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 637 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 639 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-ppc.cc | 1292 DefineAsRegister(new (zone()) LDivByPowerOf2I(dividend, divisor)); in DoDivByPowerOf2I()
|
D | lithium-codegen-ppc.cc | 1051 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1272 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 1274 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-arm64.cc | 1393 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-arm64.cc | 2533 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|