Home | History | Annotate | Download | only in priv

Lines Matching refs:isShift

2395    Bool   isShift, isRotate, isRotateC;
2415 isShift = False;
2416 switch (gregOfRM(modrm)) { case 4: case 5: case 6: case 7: isShift = True; }
2424 if (!isShift && !isRotate && !isRotateC) {
2457 if (isShift) {
2509 } /* if (isShift) */