Home | History | Annotate | Download | only in priv

Lines Matching refs:isShift

3387    Bool   isShift, isRotate, isRotateC;
3407 isShift = False;
3408 switch (gregLO3ofRM(modrm)) { case 4: case 5: case 6: case 7: isShift = True; }
3416 if (!isShift && !isRotate && !isRotateC) {
3478 if (isShift) {
3534 } /* if (isShift) */