gcc/gcc ChangeLog config/h8300/h8300.md

kazu@gcc.gnu.org kazu@gcc.gnu.org
Sun Mar 25 07:12:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_0-branch
Changes by:	kazu@gcc.gnu.org	2001-03-25 07:12:38

Modified files:
	gcc            : ChangeLog 
	gcc/config/h8300: h8300.md 

Log message:
	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.
	
	Index: config/h8300/h8300.md
	===================================================================
	RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.md,v
	retrieving revision 1.23.4.3
	diff -u -r1.23.4.3 h8300.md
	--- h8300.md	2001/03/22 03:07:11	1.23.4.3
	+++ h8300.md	2001/03/25 15:11:46
	@@ -898,7 +898,7 @@
	(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")])
	
	@@ -909,7 +909,7 @@
	(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")])
	
	@@ -920,7 +920,7 @@
	(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")])
	
	@@ -931,7 +931,7 @@
	(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")])
	

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.9240.2.188&r2=1.9240.2.189
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/h8300/h8300.md.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.23.4.3&r2=1.23.4.4



More information about the Gcc-cvs mailing list