Home
last modified time | relevance | path

Searched refs:DoModByPowerOf2I (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/v8/src/mips/
Dlithium-mips.cc1422 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() function in v8::internal::LChunkBuilder
1471 return instr->RightIsPowerOf2() ? DoModByPowerOf2I(instr) : DoModI(instr); in DoMod()
Dlithium-mips.h2751 LInstruction* DoModByPowerOf2I(HMod* instr);
Dlithium-codegen-mips.cc1099 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc1423 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() function in v8::internal::LChunkBuilder
1472 return instr->RightIsPowerOf2() ? DoModByPowerOf2I(instr) : DoModI(instr); in DoMod()
Dlithium-mips64.h2735 LInstruction* DoModByPowerOf2I(HMod* instr);
Dlithium-codegen-mips64.cc1049 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc1418 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() function in v8::internal::LChunkBuilder
1472 return DoModByPowerOf2I(instr); in DoMod()
Dlithium-arm.h2793 LInstruction* DoModByPowerOf2I(HMod* instr);
Dlithium-codegen-arm.cc1139 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc1476 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() function in v8::internal::LChunkBuilder
1529 return DoModByPowerOf2I(instr); in DoMod()
Dlithium-x87.h2795 LInstruction* DoModByPowerOf2I(HMod* instr);
Dlithium-codegen-x87.cc1394 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc1445 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() function in v8::internal::LChunkBuilder
1498 return DoModByPowerOf2I(instr); in DoMod()
Dlithium-x64.h2778 LInstruction* DoModByPowerOf2I(HMod* instr);
Dlithium-codegen-x64.cc1014 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc1465 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() function in v8::internal::LChunkBuilder
1518 return DoModByPowerOf2I(instr); in DoMod()
Dlithium-ia32.h2779 LInstruction* DoModByPowerOf2I(HMod* instr);
Dlithium-codegen-ia32.cc1102 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.cc1858 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) { in DoModByPowerOf2I() function in v8::internal::LChunkBuilder
1908 return DoModByPowerOf2I(instr); in DoMod()
Dlithium-arm64.h3114 LInstruction* DoModByPowerOf2I(HMod* instr);
Dlithium-codegen-arm64.cc4245 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I() function in v8::internal::LCodeGen