h8300.md: Adjust whitespacing.
authorKazu Hirata <kazu@hxi.com>
Sat, 15 Dec 2001 18:26:26 +0000 (18:26 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 15 Dec 2001 18:26:26 +0000 (18:26 +0000)
* config/h8300/h8300.md: Adjust whitespacing.  Remove
constraints from expanders.  Replace \@ with @.

From-SVN: r48045

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

index 09e36fc65d3640088d5eb56c44716e8151dd1c16..09410e7e4af7d23efcdad6adead704f431e08739 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-15  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.md: Adjust whitespacing.  Remove
+       constraints from expanders.  Replace \@ with @.
+
 2001-12-15  Richard Earnshaw  <rearnsha@arm.com>
 
        * arm/unknown-elf.h (CPP_PREDEFINES): Add a suitable default.
index 34a7f35593879fe060fcf35dd8fb4661829962f6..88f02f8be6ded852bd473bc52f2b9ad03573448c 100644 (file)
 
 (define_insn ""
   [(set (match_operand:QI 0 "general_operand_dst" "=r,r ,<,r,r,m")
-       (match_operand:QI 1 "general_operand_src"      " I,r>,r,n,m,r"))]
+       (match_operand:QI 1 "general_operand_src" " I,r>,r,n,m,r"))]
   "TARGET_H8300
    && (register_operand (operands[0],QImode)
        || register_operand (operands[1], QImode))"
 
 (define_insn ""
   [(set (match_operand:QI 0 "general_operand_dst" "=r,r ,<,r,r,m")
-       (match_operand:QI 1 "general_operand_src"      " I,r>,r,n,m,r"))]
+       (match_operand:QI 1 "general_operand_src" " I,r>,r,n,m,r"))]
   "(TARGET_H8300H || TARGET_H8300S)
    && (register_operand (operands[0],QImode)
        || register_operand (operands[1], QImode))"
    (set_attr "cc" "set_znv,none_0hit")])
 
 (define_expand "iorqi3"
-  [(set (match_operand:QI 0 "bit_operand" "=r,U")
-       (ior:QI (match_operand:QI 1 "bit_operand" "%0,0")
-               (match_operand:QI 2 "nonmemory_operand" "rn,P")))]
+  [(set (match_operand:QI 0 "bit_operand" "")
+       (ior:QI (match_operand:QI 1 "bit_operand" "")
+               (match_operand:QI 2 "nonmemory_operand" "")))]
   ""
   "
 {
 }")
 
 (define_expand "iorhi3"
-  [(set (match_operand:HI 0 "general_operand" "=r,r")
-       (ior:HI (match_operand:HI 1 "general_operand" "%0,0")
-               (match_operand:HI 2 "general_operand" "J,rn")))]
+  [(set (match_operand:HI 0 "general_operand" "")
+       (ior:HI (match_operand:HI 1 "general_operand" "")
+               (match_operand:HI 2 "general_operand" "")))]
   ""
   "")
 
    (set_attr "cc" "set_znv,none_0hit")])
 
 (define_expand "xorqi3"
-  [(set (match_operand:QI 0 "bit_operand" "=r,U")
-       (xor:QI (match_operand:QI 1 "bit_operand" "%0,0")
-               (match_operand:QI 2 "nonmemory_operand" "rn,O")))]
+  [(set (match_operand:QI 0 "bit_operand" "")
+       (xor:QI (match_operand:QI 1 "bit_operand" "")
+               (match_operand:QI 2 "nonmemory_operand" "")))]
   ""
   "
 {
 {
   if (GET_CODE (XEXP (operands[0], 0)) == SYMBOL_REF
       && SYMBOL_REF_FLAG (XEXP (operands[0], 0)))
-    return \"jsr\\t\@%0:8\";
+    return \"jsr\\t@%0:8\";
   else
     return \"jsr\\t%0\";
 }"
 {
   if (GET_CODE (XEXP (operands[1], 0)) == SYMBOL_REF
       && SYMBOL_REF_FLAG (XEXP (operands[1], 0)))
-    return \"jsr\\t\@%1:8\";
+    return \"jsr\\t@%1:8\";
   else
     return \"jsr\\t%1\";
 }"