Home | History | Annotate | Download | only in priv

Lines Matching refs:isRotate

3260    Bool   isShift, isRotate, isRotateC;
3283 isRotate = False;
3284 switch (gregLO3ofRM(modrm)) { case 0: case 1: isRotate = True; }
3289 if (!isShift && !isRotate && !isRotateC) {
3410 if (isRotate) {
3489 } /* if (isRotate) */