/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 632 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 634 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-arm.cc | 1424 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-arm.cc | 1139 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 631 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 633 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-mips64.cc | 1429 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-mips64.cc | 1049 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 640 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 642 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-x64.cc | 1451 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-x64.cc | 1014 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 640 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 642 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-ia32.cc | 1471 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-ia32.cc | 1102 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 658 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 660 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-x87.cc | 1482 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-x87.cc | 1394 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 632 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 634 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-mips.cc | 1428 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-mips.cc | 1099 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 2124 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> { 2126 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
|
D | lithium-arm64.cc | 1864 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
|
D | lithium-codegen-arm64.cc | 4245 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
|