Home | History | Annotate | Download | only in x86

Lines Matching refs:isConst

902         int isConst = isVirtualRegConstant(vA, type, tmpValue, true/*updateRefCount*/);
903 if(isConst == 3) {
931 if(isConst == 1) dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
932 if(isConst == 2) dumpImmToMem(vA+1, OpndSize_32, tmpValue[1]);
975 int isConst = isVirtualRegConstant(vB, getTypeFromIntSize(size), tmpValue, false/*updateRefCount*/);
976 if(isConst > 0) {
987 if(isConst == 1 || isConst == 3) dumpImmToMem(vB, OpndSize_32, tmpValue[0]);
988 if(isConst == 2 || isConst == 3) dumpImmToMem(vB+1, OpndSize_32, tmpValue[1]);
1052 int isConst = isVirtualRegConstant(vA, getTypeFromIntSize(size), tmpValue, false/*updateRefCount*/);
1053 if(isConst > 0) {
1059 if((isConst == 1 || isConst == 3) && size == OpndSize_64) {
1062 if((isConst == 2 || isConst == 3) && size == OpndSize_64) {
1113 int isConst = isVirtualRegConstant(vA, getTypeFromIntSize(size), tmpValue, false/*updateRefCount*/);
1114 if(isConst > 0) {
1275 int isConst = isVirtualRegConstant(vA, type, tmpValue,
1277 if(isConst == 3 && !isSD) {
1278 //isConst can be 0 or 3, mem32, use xmm
1285 if(isConst == 3 && isSD) {
1292 if(isConst == 1) dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
1293 if(isConst == 2) dumpImmToMem(vA+1, OpndSize_32, tmpValue[1]);
1328 int isConst = isVirtualRegConstant(vA, getTypeFromIntSize(size), tmpValue,
1330 if(isConst == 3 && size != OpndSize_64) {
1336 if(isConst == 3 && size == OpndSize_64) {
1343 if(isConst == 1) dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
1344 if(isConst == 2) dumpImmToMem(vA+1, OpndSize_32, tmpValue[1]);
1715 int isConst;
1716 isConst = isVirtualRegConstant(vB, type, tmpValue, true/*updateRefCount*/);
1717 if(isConst == 3) {
1740 if(isConst == 1) dumpImmToMem(vB, OpndSize_32, tmpValue[0]);
1741 if(isConst == 2) dumpImmToMem(vB+1, OpndSize_32, tmpValue[1]);