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

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c2397 Bool isShift, isRotate, isRotateC; local
2423 isRotateC = False;
2424 switch (gregOfRM(modrm)) { case 2: case 3: isRotateC = True; }
2426 if (!isShift && !isRotate && !isRotateC) {
2431 if (isRotateC) {
H A Dguest_amd64_toIR.c3514 Bool isShift, isRotate, isRotateC; local
3540 isRotateC = False;
3541 switch (gregLO3ofRM(modrm)) { case 2: case 3: isRotateC = True; }
3543 if (!isShift && !isRotate && !isRotateC) {
3548 if (isRotateC) {
[all...]

Completed in 298 milliseconds