This is the mail archive of the gcc-patches@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: [m68k] Fix and improve ColdFire function prologue/epilogue generation


Andreas Schwab wrote:
Bernardo Innocenti <bernie@develer.com> writes:


Hmmm does 'movem.l regs,(An)' work on m68k the same way it
does on ColdFire? That is, does it increment the
destination pointer after each write?

This is not a post-inc addressing mode, so the destination register remains of course unchanged. But the registers will surely be stored at increasing memory addresses, if you mean that.

That's fine then - it's exactly the way ColdFire does it...



-- // Bernardo Innocenti - Develer S.r.l., R&D dept. \X/ http://www.develer.com/

Please don't send Word attachments - http://www.gnu.org/philosophy/no-word-attachments.html




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