h8300.md (umodqi3): Output a tab instead of a space.
authorKazu Hirata <kazu@hxi.com>
Sun, 25 Mar 2001 15:15:42 +0000 (15:15 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 25 Mar 2001 15:15:42 +0000 (15:15 +0000)
2001-03-25  Kazu Hirata  <kazu@hxi.com>

* config/h8300/h8300.md (umodqi3): Output a tab instead of a
space.
(modqi3): Likewise.
(umodhi3): Likewise.
(modhi3): Likewise.

From-SVN: r40830

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

index 975e93b1e89d90199c90583868658157cce167fc..c484664c26527eada42a091fc0d85b1b311f3111 100644 (file)
@@ -1,3 +1,11 @@
+2001-03-25  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.md (umodqi3): Output a tab instead of a
+       space.
+       (modqi3): Likewise.
+       (umodhi3): Likewise.
+       (modhi3): Likewise.
+
 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * mkconfig.sh (DEFINES): Handle entries with '='.
index 6daa40047682154589e40f8e168fa8f2700fe07b..2ea2463f91b7fe0880b909f72df4d97c23b973ca 100644 (file)
            (match_operand:HI 1 "general_operand" "0")
            (zero_extend:HI (match_operand:QI 2 "register_operand" "r")))))]
   ""
-  "divxu       %X2,%T0\;mov %t0,%s0"
+  "divxu       %X2,%T0\;mov    %t0,%s0"
   [(set_attr "length" "4")
    (set_attr "cc" "clobber")])
 
            (match_operand:HI 1 "general_operand" "0")
            (sign_extend:HI (match_operand:QI 2 "register_operand" "r")))))]
   "TARGET_H8300H || TARGET_H8300S"
-  "divxs.b     %X2,%T0\;mov %t0,%s0"
+  "divxs.b     %X2,%T0\;mov    %t0,%s0"
   [(set_attr "length" "6")
    (set_attr "cc" "clobber")])
 
            (match_operand:SI 1 "general_operand" "0")
            (zero_extend:SI (match_operand:HI 2 "register_operand" "r")))))]
   "TARGET_H8300H || TARGET_H8300S"
-  "divxu.w     %T2,%S0\;mov %e0,%f0"
+  "divxu.w     %T2,%S0\;mov    %e0,%f0"
   [(set_attr "length" "4")
    (set_attr "cc" "clobber")])
 
            (match_operand:SI 1 "general_operand" "0")
            (sign_extend:SI (match_operand:HI 2 "register_operand" "r")))))]
   "TARGET_H8300H || TARGET_H8300S"
-  "divxs.w     %T2,%S0\;mov %e0,%f0"
+  "divxs.w     %T2,%S0\;mov    %e0,%f0"
   [(set_attr "length" "6")
    (set_attr "cc" "clobber")])
 \f