Home | History | Annotate | Download | only in priv

Lines Matching defs:isShift

2397    Bool   isShift, isRotate, isRotateC;
2417 isShift = False;
2418 switch (gregOfRM(modrm)) { case 4: case 5: case 6: case 7: isShift = True; }
2426 if (!isShift && !isRotate && !isRotateC) {
2459 if (isShift) {
2511 } /* if (isShift) */