h8300.md: Fix the format of mac.

* h8300.md: Fix the format of mac.
        (movsi_h8300hs): Output a tab after stmac instead of a space.

From-SVN: r35085
This commit is contained in:
Kazu Hirata 2000-07-17 09:13:23 +00:00 committed by Jeff Law
parent 9f759236eb
commit 69ff85f30c
2 changed files with 6 additions and 3 deletions

View File

@ -35,6 +35,9 @@ Mon Jul 17 02:37:06 2000 Marc Espie <espie@openbsd.org>
2000-07-17 Kazu Hirata <kazu@hxi.com>
* h8300.md: Fix the format of mac.
(movsi_h8300hs): Output a tab after stmac instead of a space.
* h8300.c (two_insn_adds_subs_operand): Improve code for detecting
profitable adds/subs sequences.

View File

@ -418,7 +418,7 @@
if (which_alternative == 7)
return \"clrmac\;ldmac %1,macl\";
if (which_alternative == 8)
return \"stmac macl,%0\";
return \"stmac macl,%0\";
if (GET_CODE (operands[1]) == CONST_INT)
{
int val = INTVAL (operands[1]);
@ -817,7 +817,7 @@
(sign_extend:SI
(mem:HI (post_inc:SI (match_operand:SI 2 "register_operand" "r"))))))]
"TARGET_H8300S"
"clrmac\;mac %2,%1"
"clrmac\;mac @%2+,@%1+"
[(set_attr "length" "6")
(set_attr "cc" "none_0hit")])
@ -830,7 +830,7 @@
(post_inc:SI (match_operand:SI 2 "register_operand" "r")))))
(match_operand:SI 3 "register_operand" "0")))]
"TARGET_H8300S"
"mac %2,%1"
"mac @%2+,@%1+"
[(set_attr "length" "4")
(set_attr "cc" "none_0hit")])