OSDN Git Service

* config/h8300/h8300.md: Tweak formatting.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Mar 2004 06:05:59 +0000 (06:05 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Mar 2004 06:05:59 +0000 (06:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78753 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/h8300/h8300.md

index eef3837..09c964e 100644 (file)
@@ -1,5 +1,9 @@
 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
 
+       * config/h8300/h8300.md: Tweak formatting.
+
+2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
+
        * config/h8300/h8300.md (*cmphi_h8300): Rename to
        *cmphi_h8300_znvc.
        (*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc.
index b7e481e..6bd5143 100644 (file)
 ;; Convert (A >> B) & C to (A & 255) >> B if C == 255 >> B.
 
 (define_peephole2
-  [(parallel
-     [(set (match_operand:HI 0 "register_operand" "")
-          (lshiftrt:HI (match_dup 0)
-                       (match_operand:HI 1 "const_int_operand" "")))
-      (clobber (match_operand:HI 2 "" ""))])
+  [(parallel [(set (match_operand:HI 0 "register_operand" "")
+                  (lshiftrt:HI (match_dup 0)
+                               (match_operand:HI 1 "const_int_operand" "")))
+             (clobber (match_operand:HI 2 "" ""))])
    (set (match_dup 0)
        (and:HI (match_dup 0)
                (match_operand:HI 3 "const_int_operand" "")))]
 ;; Convert (A << B) & C to (A & 255) << B if C == 255 << B.
 
 (define_peephole2
-  [(parallel
-     [(set (match_operand:HI 0 "register_operand" "")
-          (ashift:HI (match_dup 0)
-                     (match_operand:HI 1 "const_int_operand" "")))
-      (clobber (match_operand:HI 2 "" ""))])
+  [(parallel [(set (match_operand:HI 0 "register_operand" "")
+                  (ashift:HI (match_dup 0)
+                             (match_operand:HI 1 "const_int_operand" "")))
+             (clobber (match_operand:HI 2 "" ""))])
    (set (match_dup 0)
        (and:HI (match_dup 0)
                (match_operand:HI 3 "const_int_operand" "")))]
 ;; Convert (A >> B) & C to (A & 255) >> B if C == 255 >> B.
 
 (define_peephole2
-  [(parallel
-     [(set (match_operand:SI 0 "register_operand" "")
-          (lshiftrt:SI (match_dup 0)
-                       (match_operand:SI 1 "const_int_operand" "")))
-      (clobber (match_operand:SI 2 "" ""))])
+  [(parallel [(set (match_operand:SI 0 "register_operand" "")
+                  (lshiftrt:SI (match_dup 0)
+                               (match_operand:SI 1 "const_int_operand" "")))
+             (clobber (match_operand:SI 2 "" ""))])
    (set (match_dup 0)
        (and:SI (match_dup 0)
                (match_operand:SI 3 "const_int_operand" "")))]
 ;; Convert (A << B) & C to (A & 255) << B if C == 255 << B.
 
 (define_peephole2
-  [(parallel
-     [(set (match_operand:SI 0 "register_operand" "")
-          (ashift:SI (match_dup 0)
-                     (match_operand:SI 1 "const_int_operand" "")))
-      (clobber (match_operand:SI 2 "" ""))])
+  [(parallel [(set (match_operand:SI 0 "register_operand" "")
+                  (ashift:SI (match_dup 0)
+                             (match_operand:SI 1 "const_int_operand" "")))
+             (clobber (match_operand:SI 2 "" ""))])
    (set (match_dup 0)
        (and:SI (match_dup 0)
                (match_operand:SI 3 "const_int_operand" "")))]
 ;; Convert (A >> B) & C to (A & 65535) >> B if C == 65535 >> B.
 
 (define_peephole2
-  [(parallel
-     [(set (match_operand:SI 0 "register_operand" "")
-          (lshiftrt:SI (match_dup 0)
-                       (match_operand:SI 1 "const_int_operand" "")))
-      (clobber (match_operand:SI 2 "" ""))])
+  [(parallel [(set (match_operand:SI 0 "register_operand" "")
+                  (lshiftrt:SI (match_dup 0)
+                               (match_operand:SI 1 "const_int_operand" "")))
+             (clobber (match_operand:SI 2 "" ""))])
    (set (match_dup 0)
        (and:SI (match_dup 0)
                (match_operand:SI 3 "const_int_operand" "")))]
 ;; Convert (A << B) & C to (A & 65535) << B if C == 65535 << B.
 
 (define_peephole2
-  [(parallel
-     [(set (match_operand:SI 0 "register_operand" "")
-          (ashift:SI (match_dup 0)
-                     (match_operand:SI 1 "const_int_operand" "")))
-      (clobber (match_operand:SI 2 "" ""))])
+  [(parallel [(set (match_operand:SI 0 "register_operand" "")
+                  (ashift:SI (match_dup 0)
+                             (match_operand:SI 1 "const_int_operand" "")))
+             (clobber (match_operand:SI 2 "" ""))])
    (set (match_dup 0)
        (and:SI (match_dup 0)
                (match_operand:SI 3 "const_int_operand" "")))]