Commit a1bf0a16 by Kazu Hirata Committed by Kazu Hirata

h8300.md (pushqi1_h8300): Use a tab instead of spaces after an opcode name.

	* config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
	spaces after an opcode name.
	(pushqi1_h8300hs): Likewise.
	(pushhi1_h8300hs): Likewise.

From-SVN: r48927
parent 88ab0d1c
2002-01-16 Kazu Hirata <kazu@hxi.com> 2002-01-16 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
spaces after an opcode name.
(pushqi1_h8300hs): Likewise.
(pushhi1_h8300hs): Likewise.
2002-01-16 Kazu Hirata <kazu@hxi.com>
* doc/extend.texi: Replace "option" with "attribute" * doc/extend.texi: Replace "option" with "attribute"
appropriately. appropriately.
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
(set (mem:QI (plus:HI (reg:HI 7) (const_int -1))) (set (mem:QI (plus:HI (reg:HI 7) (const_int -1)))
(match_operand:QI 0 "register_operand" "r"))])] (match_operand:QI 0 "register_operand" "r"))])]
"TARGET_H8300" "TARGET_H8300"
"mov.w %T0,@-r7" "mov.w\\t%T0,@-r7"
[(set_attr "length" "2") [(set_attr "length" "2")
(set_attr "cc" "clobber")]) (set_attr "cc" "clobber")])
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
(set (mem:QI (plus:SI (reg:SI 7) (const_int -3))) (set (mem:QI (plus:SI (reg:SI 7) (const_int -3)))
(match_operand:QI 0 "register_operand" "r"))])] (match_operand:QI 0 "register_operand" "r"))])]
"TARGET_H8300H || TARGET_H8300S" "TARGET_H8300H || TARGET_H8300S"
"mov.l %S0,@-er7" "mov.l\\t%S0,@-er7"
[(set_attr "length" "4") [(set_attr "length" "4")
(set_attr "cc" "clobber")]) (set_attr "cc" "clobber")])
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
(set (mem:HI (plus:SI (reg:SI 7) (const_int -2))) (set (mem:HI (plus:SI (reg:SI 7) (const_int -2)))
(match_operand:HI 0 "register_operand" "r"))])] (match_operand:HI 0 "register_operand" "r"))])]
"TARGET_H8300H || TARGET_H8300S" "TARGET_H8300H || TARGET_H8300S"
"mov.l %S0,@-er7" "mov.l\\t%S0,@-er7"
[(set_attr "length" "4") [(set_attr "length" "4")
(set_attr "cc" "clobber")]) (set_attr "cc" "clobber")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment