Searched refs:LDivByPowerOf2I (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 700 class LDivByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 702 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-ia32.cc | 1329 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-ia32.cc | 1217 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 718 class LDivByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 720 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-x87.cc | 1340 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-x87.cc | 1509 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 700 class LDivByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 702 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-x64.cc | 1309 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-x64.cc | 1272 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 683 class LDivByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 685 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-mips64.cc | 1300 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-mips64.cc | 1149 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 684 class LDivByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 686 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-mips.cc | 1300 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-mips.cc | 1198 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 687 class LDivByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 689 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-arm.cc | 1292 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-arm.cc | 1308 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 1322 class LDivByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 1324 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
|
D | lithium-arm64.cc | 1387 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
|
D | lithium-codegen-arm64.cc | 2695 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
|