Home | History | Annotate | Download | only in priv

Lines Matching full:newdata

7324          IRTemp newdata = newTemp(Ity_I64);
7336 newdata,
7344 storeLE( mkexpr(addr), mkexpr(newdata) );
10943 IRTemp newdata = newTemp(Ity_V128);
10964 assign( newdata, binop(Iop_OrV128,
10971 storeLE( mkexpr(addr), mkexpr(newdata) );