sync.md (sync_<fetchop_name>si_internal): Change operand2 constraint to "b".
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 23 Sep 2005 13:43:38 +0000 (13:43 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 23 Sep 2005 13:43:38 +0000 (09:43 -0400)
2005-09-23  David Edelsohn  <edelsohn@gnu.org>
    Andrew Pinski  <pinskia@physics.uc.edu>

* config/rs6000/sync.md (sync_<fetchop_name>si_internal): Change
operand2 constraint to "b".
(sync_<fetchop_name>di_internal): Same.
(sync_old_<fetchop_name>si_internal): Change operand3 constraint
to "b".
(sync_old_<fetchop_name>di_internal): Same.
(sync_new_<fetchop_name>si_internal): Same.
(sync_new_<fetchop_name>di_internal): Same.

Co-Authored-By: Andrew Pinski <pinskia@physics.uc.edu>
From-SVN: r104567

gcc/ChangeLog
gcc/config/rs6000/sync.md

index 7ff6c17204ef77e04645791b6998cf4f81ec6462..465a3482751fa45359b09187ee5b53cbff8fc9da 100644 (file)
@@ -1,3 +1,15 @@
+2005-09-23  David Edelsohn  <edelsohn@gnu.org>
+           Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * config/rs6000/sync.md (sync_<fetchop_name>si_internal): Change
+       operand2 constraint to "b".
+       (sync_<fetchop_name>di_internal): Same.
+       (sync_old_<fetchop_name>si_internal): Change operand3 constraint
+       to "b".
+       (sync_old_<fetchop_name>di_internal): Same.
+       (sync_new_<fetchop_name>si_internal): Same.
+       (sync_new_<fetchop_name>di_internal): Same.
+
 2005-09-23  J"orn Rennecke <joern.rennecke@st.com>
 
        PR middle-end/23991
index 7678cf70a8e0f61cef5e0258c6051b4432a6c31c..92a422376050f562d2e1caf202310602a0992786 100644 (file)
          [(FETCHOP:SI (match_dup 0)
             (match_operand:SI 1 "<fetchop_pred>" "<fetchopsi_constr>"))]
          UNSPEC_ATOMIC))
-   (clobber (match_scratch:SI 2 "=&r"))
+   (clobber (match_scratch:SI 2 "=&b"))
    (clobber (match_scratch:CC 3 "=&x"))]
   "TARGET_POWERPC"
   "#"
          [(FETCHOP:DI (match_dup 0)
             (match_operand:DI 1 "<fetchop_pred>" "<fetchopdi_constr>"))]
          UNSPEC_ATOMIC))
-   (clobber (match_scratch:DI 2 "=&r"))
+   (clobber (match_scratch:DI 2 "=&b"))
    (clobber (match_scratch:CC 3 "=&x"))]
   "TARGET_POWERPC"
   "#"
          [(FETCHOP:SI (match_dup 1)
             (match_operand:SI 2 "<fetchop_pred>" "<fetchopsi_constr>"))]
          UNSPEC_ATOMIC))
-   (clobber (match_scratch:SI 3 "=&r"))
+   (clobber (match_scratch:SI 3 "=&b"))
    (clobber (match_scratch:CC 4 "=&x"))]
   "TARGET_POWERPC"
   "#"
          [(FETCHOP:DI (match_dup 1)
             (match_operand:DI 2 "<fetchop_pred>" "<fetchopdi_constr>"))]
          UNSPEC_ATOMIC))
-   (clobber (match_scratch:DI 3 "=&r"))
+   (clobber (match_scratch:DI 3 "=&b"))
    (clobber (match_scratch:CC 4 "=&x"))]
   "TARGET_POWERPC"
   "#"
        (unspec:SI
          [(FETCHOP:SI (match_dup 1) (match_dup 2))]
          UNSPEC_ATOMIC))
-   (clobber (match_scratch:SI 3 "=&r"))
+   (clobber (match_scratch:SI 3 "=&b"))
    (clobber (match_scratch:CC 4 "=&x"))]
   "TARGET_POWERPC"
   "#"
        (unspec:DI
          [(FETCHOP:DI (match_dup 1) (match_dup 2))]
          UNSPEC_ATOMIC))
-   (clobber (match_scratch:DI 3 "=&r"))
+   (clobber (match_scratch:DI 3 "=&b"))
    (clobber (match_scratch:CC 4 "=&x"))]
   "TARGET_POWERPC"
   "#"