Home | History | Annotate | Download | only in priv

Lines Matching defs:new_d

7194             IRTemp old_m, old_d, new_d, new_m;
7199 new_d = newTemp(Ity_V128);
7206 new_d = newTemp(Ity_I64);
7249 assign(new_d, binop(op_even, mkexpr(old_m), mkexpr(old_d)));
7252 putQReg(dreg, mkexpr(new_d), condT);
7255 putDRegI64(dreg, mkexpr(new_d), condT);
7264 IRTemp old_m, old_d, new_m, new_d;
7271 new_d = newTemp(Ity_V128);
7278 new_d = newTemp(Ity_I64);
7300 assign(new_d, binop(op_even, mkexpr(old_m), mkexpr(old_d)));
7303 putQReg(dreg, mkexpr(new_d), condT);
7306 putDRegI64(dreg, mkexpr(new_d), condT);
7315 IRTemp old_m, old_d, new_m, new_d;
7322 new_d = newTemp(Ity_V128);
7329 new_d = newTemp(Ity_I64);
7351 assign(new_d, binop(op_lo, mkexpr(old_m), mkexpr(old_d)));
7354 putQReg(dreg, mkexpr(new_d), condT);
7357 putDRegI64(dreg, mkexpr(new_d), condT);