h8300.md (*negsf2_h8300): Use \\t instead of \t.

* config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
	\t.
	(*negsf2_h8300hs): Likewise.
	(*addsi3_lshiftrt_16_zexthi): Likewise.
	(*iorhi3_lshiftrt_8): Likewise.

From-SVN: r61565
This commit is contained in:
Kazu Hirata 2003-01-21 20:34:01 +00:00 committed by Kazu Hirata
parent 4d09771862
commit e8e8c1e5e3
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
\t.
(*negsf2_h8300hs): Likewise.
(*addsi3_lshiftrt_16_zexthi): Likewise.
(*iorhi3_lshiftrt_8): Likewise.
2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
* dwarf2out.c (fde_table_in_use): Mark GTY.

View File

@ -1426,7 +1426,7 @@
[(set (match_operand:SF 0 "register_operand" "=r")
(neg:SF (match_operand:SF 1 "register_operand" "0")))]
"TARGET_H8300"
"xor.b\t#128,%z0"
"xor.b\\t#128,%z0"
[(set_attr "cc" "clobber")
(set_attr "length" "2")])
@ -1434,7 +1434,7 @@
[(set (match_operand:SF 0 "register_operand" "=r")
(neg:SF (match_operand:SF 1 "register_operand" "0")))]
"TARGET_H8300H || TARGET_H8300S"
"xor.w\t#32768,%e0"
"xor.w\\t#32768,%e0"
[(set_attr "cc" "clobber")
(set_attr "length" "4")])
@ -2651,7 +2651,7 @@
(const_int 16))
(zero_extend:SI (match_operand:HI 2 "register_operand" "0"))))]
"TARGET_H8300H || TARGET_H8300S"
"add.w\t%e1,%f0\;xor.w\t%e0,%e0\;rotxl.w\t%e0,%e0"
"add.w\\t%e1,%f0\;xor.w\\t%e0,%e0\;rotxl.w\\t%e0,%e0"
[(set_attr "cc" "clobber")
(set_attr "length" "6")])
@ -2682,7 +2682,7 @@
(const_int 8))
(match_operand:HI 2 "register_operand" "0")))]
""
"or.b\t%t1,%s0"
"or.b\\t%t1,%s0"
[(set_attr "cc" "clobber")
(set_attr "length" "2")])