public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* load multiple
@ 2002-10-14  1:14 N V Krishna
  2002-10-14  7:45 ` Andrew Haley
  0 siblings, 1 reply; 5+ messages in thread
From: N V Krishna @ 2002-10-14  1:14 UTC (permalink / raw)
  To: gcc

Hi,
	I am working on a ARM port of gcc. I want to insert 'load
multiple' instructions in the code. If the registers are sequential then I
can see the function arm_gen_load_multiple. But I am unable to insert
instructions , where the destination registers list is not sequential.

ldmea r1,{r2,r5}

Can anyone suggest the debug_rtl output for the above type of instruction?
In the test cases I am testing, the only code where it is using ldm is
when popping registers and that code is directly printed in assembly; no
rtl representation is seen.

Any help would be greatly appreciated.

Warm regards
Krishna

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-10-16  1:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-14  1:14 load multiple N V Krishna
2002-10-14  7:45 ` Andrew Haley
2002-10-14  8:30   ` N V Krishna
2002-10-15 16:48     ` Richard Henderson
2002-10-15 19:41       ` N V Krishna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).