From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joern Rennecke To: Kazu Hirata Cc: gcc@gcc.gnu.org Subject: Re: load_multiple for argument push!? Date: Mon, 25 Sep 2000 14:28:00 -0000 Message-id: <200009252128.WAA03273@phal.cygnus.co.uk> References: <200009211001.DAA04768@cygnus.com> X-SW-Source: 2000-09/msg00624.html > Hi, > > I am wondering if gcc supports "load_multiple" for multiple argument > push. Looking at arm.md and mcore.md, their load_multiple seem to be > useful as such, but I don't see any "load_multiple" in calls.c. > > Does anybody have a clue on this? You can define a peephole to coalesce multiple pushes / stores into one.