Searched refs:RightIsPowerOf2 (Results 1 – 8 of 8) sorted by relevance
1352 if (instr->RightIsPowerOf2()) { in DoDiv()1412 if (instr->RightIsPowerOf2()) { in DoMathFloorOfDiv()1471 return instr->RightIsPowerOf2() ? DoModByPowerOf2I(instr) : DoModI(instr); in DoMod()
1353 if (instr->RightIsPowerOf2()) { in DoDiv()1413 if (instr->RightIsPowerOf2()) { in DoMathFloorOfDiv()1472 return instr->RightIsPowerOf2() ? DoModByPowerOf2I(instr) : DoModI(instr); in DoMod()
1346 if (instr->RightIsPowerOf2()) { in DoDiv()1408 if (instr->RightIsPowerOf2()) { in DoMathFloorOfDiv()1471 if (instr->RightIsPowerOf2()) { in DoMod()
1392 if (instr->RightIsPowerOf2()) { in DoDiv()1466 if (instr->RightIsPowerOf2()) { in DoMathFloorOfDiv()1528 if (instr->RightIsPowerOf2()) { in DoMod()
1361 if (instr->RightIsPowerOf2()) { in DoDiv()1435 if (instr->RightIsPowerOf2()) { in DoMathFloorOfDiv()1497 if (instr->RightIsPowerOf2()) { in DoMod()
1381 if (instr->RightIsPowerOf2()) { in DoDiv()1455 if (instr->RightIsPowerOf2()) { in DoMathFloorOfDiv()1517 if (instr->RightIsPowerOf2()) { in DoMod()
1437 if (instr->RightIsPowerOf2()) { in DoDiv()1829 if (instr->RightIsPowerOf2()) { in DoMathFloorOfDiv()1907 if (instr->RightIsPowerOf2()) { in DoMod()
3855 bool RightIsPowerOf2() { in RightIsPowerOf2() function