Home | History | Annotate | Download | only in priv

Lines Matching defs:cas

138    only taken if the CAS fails, that is, the location is contended,
141 Note also, the test for CAS success vs failure is done using
150 CAS statements (IRCAS) and are believed to preserve atomicity, even
1477 IRCAS* cas;
1486 cas = mkIRCAS( IRTemp_INVALID, oldTmp, Iend_LE, addr,
1488 stmt( IRStmt_CAS(cas) );
1841 be a normal store, or it can be a cas-with-possible-failure style
1852 if texpVal is not IRTemp_INVALID then a cas-style store is
2848 /* cas-style store */
2859 /* cas-style store */
3202 /* cas-style store */
3213 /* cas-style store */
18750 /* We also need to say that a CAS is not expected now, regardless
18753 SIGILL) does not involve any CAS, and presumably no other IR has