Home | History | Annotate | Download | only in x86

Lines Matching full:tmpvalue

901         int tmpValue[2];
902 int isConst = isVirtualRegConstant(vA, type, tmpValue, true/*updateRefCount*/);
908 dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
917 dump_imm_reg(m, ATOM_NORMAL, size, tmpValue[0], reg, isPhysical, pType, false);
924 dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
925 dumpImmToMem(vA+1, OpndSize_32, tmpValue[1]);
931 if(isConst == 1) dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
932 if(isConst == 2) dumpImmToMem(vA+1, OpndSize_32, tmpValue[1]);
974 int tmpValue[2];
975 int isConst = isVirtualRegConstant(vB, getTypeFromIntSize(size), tmpValue, false/*updateRefCount*/);
981 dumpImmToMem(vB, OpndSize_32, tmpValue[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]);
1051 int tmpValue[2];
1052 int isConst = isVirtualRegConstant(vA, getTypeFromIntSize(size), tmpValue, false/*updateRefCount*/);
1056 dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
1060 dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
1063 dumpImmToMem(vA+1, OpndSize_32, tmpValue[1]);
1112 int tmpValue[2];
1113 int isConst = isVirtualRegConstant(vA, getTypeFromIntSize(size), tmpValue, false/*updateRefCount*/);
1115 dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
1274 int tmpValue[2];
1275 int isConst = isVirtualRegConstant(vA, type, tmpValue,
1279 dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
1286 dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
1287 dumpImmToMem(vA+1, OpndSize_32, tmpValue[1]);
1292 if(isConst == 1) dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
1293 if(isConst == 2) dumpImmToMem(vA+1, OpndSize_32, tmpValue[1]);
1327 int tmpValue[2];
1328 int isConst = isVirtualRegConstant(vA, getTypeFromIntSize(size), tmpValue,
1332 dump_imm_reg(m, ATOM_NORMAL_ALU, size, tmpValue[0], reg, isPhysical,
1337 dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
1338 dumpImmToMem(vA+1, OpndSize_32, tmpValue[1]);
1343 if(isConst == 1) dumpImmToMem(vA, OpndSize_32, tmpValue[0]);
1344 if(isConst == 2) dumpImmToMem(vA+1, OpndSize_32, tmpValue[1]);
1714 int tmpValue[2];
1716 isConst = isVirtualRegConstant(vB, type, tmpValue, true/*updateRefCount*/);
1720 dumpImmToMem(vB, OpndSize_32, tmpValue[0]);
1728 dumpImmToMem(vB, OpndSize_32, tmpValue[0]);
1729 dumpImmToMem(vB+1, OpndSize_32, tmpValue[1]);
1736 dump_imm_reg(m, ATOM_NORMAL, size, tmpValue[0], reg, isPhysical, pType, false);
1740 if(isConst == 1) dumpImmToMem(vB, OpndSize_32, tmpValue[0]);
1741 if(isConst == 2) dumpImmToMem(vB+1, OpndSize_32, tmpValue[1]);