From mboxrd@z Thu Jan 1 00:00:00 1970 From: chris@lslsun.epfl.ch (Christian Iseli) To: crux@Pool.Informatik.RWTH-Aachen.DE Cc: meissner@cygnus.com, law@cygnus.com, rth@cygnus.com, pcg@goof.com, egcs@cygnus.com Subject: Re: question regarding asm() Date: Wed, 29 Oct 1997 09:17:00 -0000 Message-id: <199710291716.SAA25196@lslsun17.epfl.ch> X-SW-Source: 1997-10/msg01228.html Thanks for the feedback. > (parallel > (set (mem:DI (plus:SI (reg:SI r1) (reg:SI r2))) > (plus:DI (mem:DI (plus:SI (reg:SI r3) (reg:SI r4))) > (mem:DI (plus:SI (reg:SI r5) (reg:SI r6))))) > (clobber (reg:SI r7))) Yup, this looks familiar... :-) In my case it's SI mode, with a single register in the address (plus a const), but it's probably the same problem. Any idea how to "improve" find_reloads anyone? :-) :-) Christian