Searched defs:DoModByPowerOf2I (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc1348 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { function in class:v8::internal::LChunkBuilder
1402 return DoModByPowerOf2I(instr);
H A Dlithium-codegen-arm.cc965 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc1665 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { function in class:v8::internal::LChunkBuilder
1715 return DoModByPowerOf2I(instr);
H A Dlithium-codegen-arm64.cc3843 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1396 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { function in class:v8::internal::LChunkBuilder
1449 return DoModByPowerOf2I(instr);
H A Dlithium-codegen-ia32.cc866 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc1350 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { function in class:v8::internal::LChunkBuilder
1399 return instr->RightIsPowerOf2() ? DoModByPowerOf2I(instr) : DoModI(instr);
H A Dlithium-codegen-mips.cc950 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc1351 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { function in class:v8::internal::LChunkBuilder
1400 return instr->RightIsPowerOf2() ? DoModByPowerOf2I(instr) : DoModI(instr);
H A Dlithium-codegen-mips64.cc939 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc1366 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { function in class:v8::internal::LChunkBuilder
1416 return DoModByPowerOf2I(instr);
H A Dlithium-codegen-ppc.cc900 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc1241 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { function in class:v8::internal::LChunkBuilder
1288 return DoModByPowerOf2I(instr);
H A Dlithium-codegen-s390.cc880 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc1393 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { function in class:v8::internal::LChunkBuilder
1446 return DoModByPowerOf2I(instr);
H A Dlithium-codegen-x64.cc895 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc1403 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { function in class:v8::internal::LChunkBuilder
1456 return DoModByPowerOf2I(instr);
H A Dlithium-codegen-x87.cc1167 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { function in class:v8::internal::LCodeGen

Completed in 269 milliseconds