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

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc1316 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1343 return DoFlooringDivI(instr);
H A Dlithium-arm.h2393 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.cc1625 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1641 return DoFlooringDivI(instr);
H A Dlithium-arm64.h2711 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-arm64.cc2573 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
3589 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1367 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1391 return DoFlooringDivI(instr);
H A Dlithium-ia32.h2404 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.cc1322 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1345 return DoFlooringDivI(instr);
H A Dlithium-mips.h2350 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-mips.cc1131 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1292 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc1323 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1346 return DoFlooringDivI(instr);
H A Dlithium-mips64.h2396 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-mips64.cc1121 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1287 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc1337 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1361 return DoFlooringDivI(instr);
H A Dlithium-ppc.h2319 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-ppc.cc1105 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1283 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc1214 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1237 return DoFlooringDivI(instr);
H A Dlithium-s390.h2151 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-s390.cc1079 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1237 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc1364 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1388 return DoFlooringDivI(instr);
H A Dlithium-x64.h2390 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc1374 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1398 return DoFlooringDivI(instr);
H A Dlithium-x87.h2400 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);

Completed in 543 milliseconds

12