Home | History | Annotate | Download | only in priv

Lines Matching refs:tmpRes

2196                IRTemp tmpRes = newTemp(ty);
2203 assign(tmpRes, mode64 ? unop(Iop_1Uto64,
2205 eCond = binop(mkSzOp(ty, Iop_CmpNE8), mkexpr(tmpRes),
14441 IRTemp tmpRes = newTemp(Ity_I32);
14445 assign(tmpRes, binop(Iop_Mul32,
14447 putIReg(rd, mkWidenFrom32(ty, mkexpr(tmpRes), True));