Home | History | Annotate | Download | only in priv

Lines Matching defs:cas

108    only taken if the CAS fails, that is, the location is contended,
114 Note also, the test for CAS success vs failure is done using
161 CAS statements (IRCAS) and are believed to preserve atomicity, even
756 IRCAS* cas;
764 cas = mkIRCAS( IRTemp_INVALID, oldTmp, Iend_LE, addr,
766 stmt( IRStmt_CAS(cas) );
1104 be a normal store, or it can be a cas-with-possible-failure style
1115 if texpVal is not IRTemp_INVALID then a cas-style store is
1983 /* cas-style store */
1994 /* cas-style store */
2318 /* cas-style store */
2329 /* cas-style store */
2676 /* Write the result back, if non-BT. If the CAS fails then we
15081 /* We also need to say that a CAS is not expected now, regardless
15084 SIGILL) does not involve any CAS, and presumably no other IR has