OSDN Git Service

* config/h8300/h8300.md: Fix formatting.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Feb 2002 21:15:24 +0000 (21:15 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Feb 2002 21:15:24 +0000 (21:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49448 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b6bff10..edd2179 100644 (file)
@@ -1,5 +1,9 @@
 2002-02-02  Kazu Hirata  <kazu@hxi.com>
 
+       * config/h8300/h8300.md: Fix formatting.
+
+2002-02-02  Kazu Hirata  <kazu@hxi.com>
+
        * config/h8300/h8300.md (one_cmpl patterns): Tighten the
        predicates of operands[1].  Split the patterns for each
        processor variant.
index da0f6f1..35f2750 100644 (file)
 
 (define_expand "ashlsi3"
   [(set (match_operand:SI 0 "register_operand" "")
-       (ashift:SI
-        (match_operand:SI 1 "general_operand" "")
-        (match_operand:QI 2 "nonmemory_operand" "")))]
+       (ashift:SI (match_operand:SI 1 "general_operand" "")
+                  (match_operand:QI 2 "nonmemory_operand" "")))]
   ""
   "if (expand_a_shift (SImode, ASHIFT, operands)) DONE; else FAIL;")
 
 (define_expand "lshrsi3"
   [(set (match_operand:SI 0 "register_operand" "")
-       (lshiftrt:SI
-        (match_operand:SI 1 "general_operand" "")
-        (match_operand:QI 2 "nonmemory_operand" "")))]
+       (lshiftrt:SI (match_operand:SI 1 "general_operand" "")
+                    (match_operand:QI 2 "nonmemory_operand" "")))]
   ""
   "if (expand_a_shift (SImode, LSHIFTRT, operands)) DONE; else FAIL;")
 
 (define_expand "ashrsi3"
   [(set (match_operand:SI 0 "register_operand" "")
-       (ashiftrt:SI
-        (match_operand:SI 1 "general_operand" "")
-        (match_operand:QI 2 "nonmemory_operand" "")))]
+       (ashiftrt:SI (match_operand:SI 1 "general_operand" "")
+                    (match_operand:QI 2 "nonmemory_operand" "")))]
   ""
   "if (expand_a_shift (SImode, ASHIFTRT, operands)) DONE; else FAIL;")
 
 
 (define_insn ""
   [(set (match_operand:HI 0 "register_operand" "=r")
-        (ior:HI
-           (zero_extend:HI (match_operand:QI 1 "register_operand" "r"))
-           (match_operand:HI 2 "register_operand" "0")))]
+        (ior:HI (zero_extend:HI (match_operand:QI 1 "register_operand" "r"))
+               (match_operand:HI 2 "register_operand" "0")))]
   "REG_P (operands[0])
    && REG_P (operands[1])
    && REGNO (operands[0]) != REGNO (operands[1])"
 
 (define_insn ""
   [(set (match_operand:SI 0 "register_operand" "=r")
-        (ior:SI
-           (zero_extend:SI (match_operand:HI 1 "register_operand" "r"))
-           (match_operand:SI 2 "register_operand" "0")))]
+        (ior:SI (zero_extend:SI (match_operand:HI 1 "register_operand" "r"))
+               (match_operand:SI 2 "register_operand" "0")))]
   "(TARGET_H8300H || TARGET_H8300S)
    && REG_P (operands[0])
    && REG_P (operands[1])
 
 (define_insn ""
   [(set (match_operand:SI 0 "register_operand" "=r")
-        (ior:SI
-           (zero_extend:SI (match_operand:QI 1 "register_operand" "r"))
-           (match_operand:SI 2 "register_operand" "0")))]
+        (ior:SI (zero_extend:SI (match_operand:QI 1 "register_operand" "r"))
+               (match_operand:SI 2 "register_operand" "0")))]
   "REG_P (operands[0])
    && REG_P (operands[1])
    && REGNO (operands[0]) != REGNO (operands[1])"
 
 (define_insn ""
   [(set (match_operand:HI 0 "register_operand" "=r")
-        (xor:HI
-           (zero_extend:HI (match_operand:QI 1 "register_operand" "r"))
-           (match_operand:HI 2 "register_operand" "0")))]
+        (xor:HI (zero_extend:HI (match_operand:QI 1 "register_operand" "r"))
+               (match_operand:HI 2 "register_operand" "0")))]
   "REG_P (operands[0])
    && REG_P (operands[1])
    && REGNO (operands[0]) != REGNO (operands[1])"
 
 (define_insn ""
   [(set (match_operand:SI 0 "register_operand" "=r")
-        (xor:SI
-           (zero_extend:SI (match_operand:HI 1 "register_operand" "r"))
-           (match_operand:SI 2 "register_operand" "0")))]
+        (xor:SI (zero_extend:SI (match_operand:HI 1 "register_operand" "r"))
+               (match_operand:SI 2 "register_operand" "0")))]
   "(TARGET_H8300H || TARGET_H8300S)
    && REG_P (operands[0])
    && REG_P (operands[1])
 
 (define_insn ""
   [(set (match_operand:SI 0 "register_operand" "=r")
-        (xor:SI
-           (zero_extend:SI (match_operand:QI 1 "register_operand" "r"))
-           (match_operand:SI 2 "register_operand" "0")))]
+        (xor:SI (zero_extend:SI (match_operand:QI 1 "register_operand" "r"))
+               (match_operand:SI 2 "register_operand" "0")))]
   "REG_P (operands[0])
    && REG_P (operands[1])
    && REGNO (operands[0]) != REGNO (operands[1])"
 
 (define_insn ""
   [(set (match_operand:HI 0 "register_operand" "=r")
-        (ior:HI
-           (zero_extend:HI (match_operand:QI 1 "register_operand" "0"))
-           (ashift:HI (match_operand:HI 2 "register_operand" "r")
-                      (const_int 8))))]
+        (ior:HI (zero_extend:HI (match_operand:QI 1 "register_operand" "0"))
+               (ashift:HI (match_operand:HI 2 "register_operand" "r")
+                          (const_int 8))))]
   "REG_P (operands[0])
    && REG_P (operands[2])
    && REGNO (operands[0]) != REGNO (operands[2])"
 
 (define_insn ""
   [(set (match_operand:SI 0 "register_operand" "=r")
-        (ior:SI
-           (zero_extend:SI (match_operand:HI 1 "register_operand" "0"))
-           (ashift:SI (match_operand:SI 2 "register_operand" "r")
-                      (const_int 16))))]
+        (ior:SI (zero_extend:SI (match_operand:HI 1 "register_operand" "0"))
+               (ashift:SI (match_operand:SI 2 "register_operand" "r")
+                          (const_int 16))))]
   "(TARGET_H8300H || TARGET_H8300S)
    && REG_P (operands[0])
    && REG_P (operands[2])