Searched refs:isRotate (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c2395 Bool isShift, isRotate, isRotateC; local
2418 isRotate = False;
2419 switch (gregOfRM(modrm)) { case 0: case 1: isRotate = True; }
2424 if (!isShift && !isRotate && !isRotateC) {
2512 if (isRotate) {
2589 } /* if (isRotate) */
H A Dguest_amd64_toIR.c3387 Bool isShift, isRotate, isRotateC; local
3410 isRotate = False;
3411 switch (gregLO3ofRM(modrm)) { case 0: case 1: isRotate = True; }
3416 if (!isShift && !isRotate && !isRotateC) {
3537 if (isRotate) {
3616 } /* if (isRotate) */

Completed in 101 milliseconds