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

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc1208 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { function in class:v8::internal::LChunkBuilder
1269 return DoDivByPowerOf2I(instr);
H A Dlithium-arm.h2385 LInstruction* DoDivByPowerOf2I(HDiv* instr);
H A Dlithium-codegen-arm.cc1134 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc1314 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { function in class:v8::internal::LChunkBuilder
1371 return DoDivByPowerOf2I(instr);
H A Dlithium-arm64.h2703 LInstruction* DoDivByPowerOf2I(HDiv* instr);
H A Dlithium-codegen-arm64.cc2497 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1254 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { function in class:v8::internal::LChunkBuilder
1313 return DoDivByPowerOf2I(instr);
H A Dlithium-ia32.h2396 LInstruction* DoDivByPowerOf2I(HDiv* instr);
H A Dlithium-codegen-ia32.cc981 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc1216 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { function in class:v8::internal::LChunkBuilder
1275 return DoDivByPowerOf2I(instr);
H A Dlithium-mips.h2342 LInstruction* DoDivByPowerOf2I(HDiv* instr);
H A Dlithium-codegen-mips.cc1054 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc1216 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { function in class:v8::internal::LChunkBuilder
1276 return DoDivByPowerOf2I(instr);
H A Dlithium-mips64.h2388 LInstruction* DoDivByPowerOf2I(HDiv* instr);
H A Dlithium-codegen-mips64.cc1044 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc1231 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { function in class:v8::internal::LChunkBuilder
1289 return DoDivByPowerOf2I(instr);
H A Dlithium-ppc.h2311 LInstruction* DoDivByPowerOf2I(HDiv* instr);
H A Dlithium-codegen-ppc.cc1026 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc1114 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { function in class:v8::internal::LChunkBuilder
1169 return DoDivByPowerOf2I(instr);
H A Dlithium-s390.h2143 LInstruction* DoDivByPowerOf2I(HDiv* instr);
H A Dlithium-codegen-s390.cc1000 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc1251 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { function in class:v8::internal::LChunkBuilder
1310 return DoDivByPowerOf2I(instr);
H A Dlithium-x64.h2382 LInstruction* DoDivByPowerOf2I(HDiv* instr);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc1261 LInstruction* LChunkBuilder::DoDivByPowerOf2I(HDiv* instr) { function in class:v8::internal::LChunkBuilder
1320 return DoDivByPowerOf2I(instr);
H A Dlithium-x87.h2392 LInstruction* DoDivByPowerOf2I(HDiv* instr);

Completed in 429 milliseconds

12