Home | History | Annotate | Download | only in mips

Lines Matching refs:RightIsPowerOf2

1352     if (instr->RightIsPowerOf2()) {
1412 if (instr->RightIsPowerOf2()) {
1471 return instr->RightIsPowerOf2() ? DoModByPowerOf2I(instr) : DoModI(instr);