This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using SCRATCH Register for a mov op,


On Mon, Nov 04, 2002 at 11:03:12AM +0100, Pierre Mallard wrote:
> (define_insn "*movhi"
>   [(set	(match_operand:HI 0 "nonimmediate_operand" 
> "=r,r,m,r,r")
>        	(match_operand:HI 1 "general_operand"       
> "r,m,r,I,i"))
>    (clobber (match_scratch:QI 2				"=X,&r,X,X,X"))]

Looks ok; no idea what's going wrong off the top of my head.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]