/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 605 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 607 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-ia32.cc | 1461 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-ia32.cc | 1011 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 621 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 623 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-x87.cc | 1471 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-x87.cc | 1312 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 597 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 599 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-mips.cc | 1424 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-mips.cc | 974 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 604 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 606 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-x64.cc | 1448 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-x64.cc | 941 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 600 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 602 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-arm.cc | 1422 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-arm.cc | 1007 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 600 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 602 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-mips64.cc | 1425 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-mips64.cc | 963 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 586 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 588 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-ppc.cc | 1427 DefineSameAsFirst(new (zone()) LModByPowerOf2I(dividend, divisor)); in DoModByPowerOf2I()
|
D | lithium-codegen-ppc.cc | 925 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2024 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 2026 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-arm64.cc | 1834 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-arm64.cc | 3950 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|