Home | History | Annotate | Download | only in priv

Lines Matching defs:cas

133    only taken if the CAS fails, that is, the location is contended,
136 Note also, the test for CAS success vs failure is done using
145 CAS statements (IRCAS) and are believed to preserve atomicity, even
1606 IRCAS* cas;
1615 cas = mkIRCAS( IRTemp_INVALID, oldTmp, Iend_LE, addr,
1617 stmt( IRStmt_CAS(cas) );
1976 be a normal store, or it can be a cas-with-possible-failure style
1987 if texpVal is not IRTemp_INVALID then a cas-style store is
3095 /* cas-style store */
3106 /* cas-style store */
3456 /* cas-style store */
3467 /* cas-style store */
19843 prefix. Therefore, generate CAS regardless of the presence or
31696 /* We also need to say that a CAS is not expected now, regardless
31699 SIGILL) does not involve any CAS, and presumably no other IR has