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

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c2395 Bool isShift, isRotate, isRotateC; local
2421 isRotateC = False;
2422 switch (gregOfRM(modrm)) { case 2: case 3: isRotateC = True; }
2424 if (!isShift && !isRotate && !isRotateC) {
2429 if (isRotateC) {
H A Dguest_amd64_toIR.c3387 Bool isShift, isRotate, isRotateC; local
3413 isRotateC = False;
3414 switch (gregLO3ofRM(modrm)) { case 2: case 3: isRotateC = True; }
3416 if (!isShift && !isRotate && !isRotateC) {
3421 if (isRotateC) {

Completed in 215 milliseconds