Home | History | Annotate | Download | only in priv

Lines Matching defs:cas

5637    constructed which will iterate until the CAS succeeds. As a consequence,
5643 IRCAS *cas;
5655 cas = mkIRCAS(IRTemp_INVALID, old_mem,
5659 stmt(IRStmt_CAS(cas));
5668 /* If old_mem contains the expected value, then the CAS succeeded.
5677 IRCAS *cas;
5689 cas = mkIRCAS(IRTemp_INVALID, old_mem,
5693 stmt(IRStmt_CAS(cas));
5702 /* If old_mem contains the expected value, then the CAS succeeded.
5711 IRCAS *cas;
5723 cas = mkIRCAS(IRTemp_INVALID, old_mem,
5727 stmt(IRStmt_CAS(cas));
5732 /* If old_mem contains the expected value, then the CAS succeeded.
5741 IRCAS *cas;
5753 cas = mkIRCAS(IRTemp_INVALID, old_mem,
5757 stmt(IRStmt_CAS(cas));
5762 /* If old_mem contains the expected value, then the CAS succeeded.
11781 IRCAS *cas;
11793 cas = mkIRCAS(IRTemp_INVALID, old_mem,
11797 stmt(IRStmt_CAS(cas));
11829 IRCAS *cas;
11841 cas = mkIRCAS(IRTemp_INVALID, old_mem,
11845 stmt(IRStmt_CAS(cas));
11864 IRCAS *cas;
11881 cas = mkIRCAS(old_mem_high, old_mem_low,
11885 stmt(IRStmt_CAS(cas));
11924 IRCAS *cas;
11941 cas = mkIRCAS(old_mem_high, old_mem_low,
11945 stmt(IRStmt_CAS(cas));