Searched refs:DoFlooringDivI (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc1334 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1361 return DoFlooringDivI(instr);
H A Dlithium-arm.h2550 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-arm.cc1208 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1385 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc1686 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1702 return DoFlooringDivI(instr);
H A Dlithium-arm64.h2872 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-arm64.cc2561 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
3675 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1382 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1406 return DoFlooringDivI(instr);
H A Dlithium-ia32.h2560 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-ia32.cc1048 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1188 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc1340 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1363 return DoFlooringDivI(instr);
H A Dlithium-mips.h2508 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-mips.cc1109 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1269 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc1341 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1364 return DoFlooringDivI(instr);
H A Dlithium-mips64.h2554 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-mips64.cc1099 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1263 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc1355 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1379 return DoFlooringDivI(instr);
H A Dlithium-ppc.h2473 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-ppc.cc1090 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1268 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc1226 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1249 return DoFlooringDivI(instr);
H A Dlithium-s390.h2313 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-s390.cc1059 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1217 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc1380 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1404 return DoFlooringDivI(instr);
H A Dlithium-x64.h2549 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc1389 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1413 return DoFlooringDivI(instr);
H A Dlithium-x87.h2556 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);

Completed in 463 milliseconds

12