/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 610 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 612 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-x87.cc | 1424 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-x87.cc | 1167 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 590 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 592 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-mips64.cc | 1375 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-mips64.cc | 920 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 589 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 591 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-arm.cc | 1372 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 555 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 557 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-s390.cc | 1260 DefineSameAsFirst(new (zone()) LModByPowerOf2I(dividend, divisor)); in DoModByPowerOf2I()
|
D | lithium-codegen-s390.cc | 860 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 595 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 597 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-x64.cc | 1415 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 587 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 589 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-mips.cc | 1374 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-mips.cc | 931 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 579 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 581 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-ppc.cc | 1391 DefineSameAsFirst(new (zone()) LModByPowerOf2I(dividend, divisor)); in DoModByPowerOf2I()
|
D | lithium-codegen-ppc.cc | 885 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 596 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 598 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-ia32.cc | 1417 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-ia32.cc | 866 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1919 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 1921 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-arm64.cc | 1732 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-arm64.cc | 3929 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|