Home | History | Annotate | Download | only in priv

Lines Matching full:dst128

3211       IRTemp dst128 = newTemp(Ity_I128);
3215 assign( dst128, binop(op, mkexpr(src128), mkexpr(t)) );
3216 putIReg64( R_RAX, unop(Iop_128to64,mkexpr(dst128)) );
3217 putIReg64( R_RDX, unop(Iop_128HIto64,mkexpr(dst128)) );