Home | History | Annotate | Download | only in mips64

Lines Matching refs:DoModByPowerOf2I

1351 LInstruction* LChunkBuilder::DoModByPowerOf2I(HMod* instr) {
1400 return instr->RightIsPowerOf2() ? DoModByPowerOf2I(instr) : DoModI(instr);