Home | History | Annotate | Download | only in priv

Lines Matching refs:oldLo

14744          IRTemp oldLo     = newTemp(Ity_I32);
14771 mkIRCAS( oldHi, oldLo,
14777 /* success when oldHi:oldLo == expdHi:expdLo */
14782 binop(Iop_Xor32, mkexpr(oldLo), mkexpr(expdLo))
14787 /* If the DCAS is successful, that is to say oldHi:oldLo ==
14799 mkexpr(expdLo), mkexpr(oldLo)