Home | History | Annotate | Download | only in mips64

Lines Matching refs:RightIsPowerOf2

1353     if (instr->RightIsPowerOf2()) {
1413 if (instr->RightIsPowerOf2()) {
1472 return instr->RightIsPowerOf2() ? DoModByPowerOf2I(instr) : DoModI(instr);