Home
last modified time | relevance | path

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

12

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

12