Lines Matching refs:tmpRes
6199 IRTemp tmpRes = IRTemp_INVALID;
6245 tmpRes = newTemp(Ity_I32);
6254 tmpRes = newTemp(Ity_I16);
6272 assign( tmpRes, unop(getres, binop(shift, mkexpr(tmpL), mkexpr(tmpSH)) ) );
6282 tmpRes, tmpSubSh, ty, tmpSH );
6287 putIReg(sz, eregOfRM(modrm), mkexpr(tmpRes));
6289 storeLE( mkexpr(addr), mkexpr(tmpRes) );