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

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc1394 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1413 return DoFlooringDivI(instr);
H A Dlithium-arm.h2798 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-arm.cc1382 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1559 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc1818 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1834 return DoFlooringDivI(instr);
H A Dlithium-arm64.h3119 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-arm64.cc2771 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
3990 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc1436 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1460 return DoFlooringDivI(instr);
H A Dlithium-ia32.h2784 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-ia32.cc1284 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1424 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1400 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1417 return DoFlooringDivI(instr);
H A Dlithium-mips.h2756 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-mips.cc1270 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1425 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc1401 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1418 return DoFlooringDivI(instr);
H A Dlithium-mips64.h2740 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-mips64.cc1221 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1381 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1416 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1440 return DoFlooringDivI(instr);
H A Dlithium-x64.h2783 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-x64.cc1220 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen
1339 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc1447 LInstruction* LChunkBuilder::DoFlooringDivI(HMathFloorOfDiv* instr) { function in class:v8::internal::LChunkBuilder
1471 return DoFlooringDivI(instr);
H A Dlithium-x87.h2800 LInstruction* DoFlooringDivI(HMathFloorOfDiv* instr);
H A Dlithium-codegen-x87.cc1576 // TODO(svenpanne) Refactor this to avoid code duplication with DoFlooringDivI.
1716 void LCodeGen::DoFlooringDivI(LFlooringDivI* instr) { function in class:v8::internal::LCodeGen

Completed in 486 milliseconds