> 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.