/external/chromium_org/v8/src/ |
D | hydrogen-range-analysis.cc | 255 HMod* instr = HMod::cast(value); in PropagateMinusZeroChecks()
|
D | hydrogen-instructions.cc | 1482 HValue* HMod::Canonicalize() { in Canonicalize() 1941 Range* HMod::InferRange(Zone* zone) { in InferRange() 4290 HInstruction* HMod::New(Zone* zone, in New() 4312 return new(zone) HMod(context, left, right); in New()
|
D | hydrogen-instructions.h | 4953 class HMod FINAL : public HArithmeticBinaryOperation { 4977 HMod(HValue* context, in HMod() function
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.cc | 1422 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() 1438 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI() 1453 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI() 1469 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
|
D | lithium-mips.h | 2751 LInstruction* DoModByPowerOf2I(HMod* instr); 2752 LInstruction* DoModByConstI(HMod* instr); 2753 LInstruction* DoModI(HMod* instr);
|
D | lithium-codegen-mips.cc | 1110 HMod* hmod = instr->hydrogen(); in DoModByPowerOf2I() 1148 HMod* hmod = instr->hydrogen(); in DoModByConstI() 1159 HMod* hmod = instr->hydrogen(); in DoModI()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.cc | 1423 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() 1439 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI() 1454 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI() 1470 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
|
D | lithium-mips64.h | 2735 LInstruction* DoModByPowerOf2I(HMod* instr); 2736 LInstruction* DoModByConstI(HMod* instr); 2737 LInstruction* DoModI(HMod* instr);
|
D | lithium-codegen-mips64.cc | 1060 HMod* hmod = instr->hydrogen(); in DoModByPowerOf2I() 1098 HMod* hmod = instr->hydrogen(); in DoModByConstI() 1109 HMod* hmod = instr->hydrogen(); in DoModI()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.cc | 1418 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() 1434 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI() 1449 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI() 1469 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
|
D | lithium-arm.h | 2793 LInstruction* DoModByPowerOf2I(HMod* instr); 2794 LInstruction* DoModByConstI(HMod* instr); 2795 LInstruction* DoModI(HMod* instr);
|
D | lithium-codegen-arm.cc | 1150 HMod* hmod = instr->hydrogen(); in DoModByPowerOf2I() 1189 HMod* hmod = instr->hydrogen(); in DoModByConstI() 1201 HMod* hmod = instr->hydrogen(); in DoModI()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.cc | 1476 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() 1492 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI() 1509 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI() 1526 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
|
D | lithium-x87.h | 2795 LInstruction* DoModByPowerOf2I(HMod* instr); 2796 LInstruction* DoModByConstI(HMod* instr); 2797 LInstruction* DoModI(HMod* instr);
|
D | lithium-codegen-x87.cc | 1405 HMod* hmod = instr->hydrogen(); in DoModByPowerOf2I() 1443 HMod* hmod = instr->hydrogen(); in DoModByConstI() 1455 HMod* hmod = instr->hydrogen(); in DoModI()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.cc | 1445 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() 1461 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI() 1478 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI() 1495 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
|
D | lithium-x64.h | 2778 LInstruction* DoModByPowerOf2I(HMod* instr); 2779 LInstruction* DoModByConstI(HMod* instr); 2780 LInstruction* DoModI(HMod* instr);
|
D | lithium-codegen-x64.cc | 1025 HMod* hmod = instr->hydrogen(); in DoModByPowerOf2I() 1063 HMod* hmod = instr->hydrogen(); in DoModByConstI() 1075 HMod* hmod = instr->hydrogen(); in DoModI()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.cc | 1465 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() 1481 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI() 1498 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI() 1515 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
|
D | lithium-ia32.h | 2779 LInstruction* DoModByPowerOf2I(HMod* instr); 2780 LInstruction* DoModByConstI(HMod* instr); 2781 LInstruction* DoModI(HMod* instr);
|
D | lithium-codegen-ia32.cc | 1113 HMod* hmod = instr->hydrogen(); in DoModByPowerOf2I() 1151 HMod* hmod = instr->hydrogen(); in DoModByConstI() 1163 HMod* hmod = instr->hydrogen(); in DoModI()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.cc | 1858 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() 1874 LInstruction* LChunkBuilder::DoModByConstI(HMod* instr) { in DoModByConstI() 1890 LInstruction* LChunkBuilder::DoModI(HMod* instr) { in DoModI() 1905 LInstruction* LChunkBuilder::DoMod(HMod* instr) { in DoMod()
|
D | lithium-arm64.h | 3114 LInstruction* DoModByPowerOf2I(HMod* instr); 3115 LInstruction* DoModByConstI(HMod* instr); 3116 LInstruction* DoModI(HMod* instr);
|
D | lithium-codegen-arm64.cc | 4256 HMod* hmod = instr->hydrogen(); in DoModByPowerOf2I() 4295 HMod* hmod = instr->hydrogen(); in DoModByConstI()
|
/external/chromium_org/v8/ |
D | ChangeLog | 1428 MIPS: Remove uses of CanBeNegative() in HMod (issue 3204). 1438 Remove uses of CanBeNegative() in HMod (issue 3204).
|