This is the mail archive of the gcc-bugs@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]

Re: Incorrect movem optimization on m68k



On Thu, 2 Mar 2000, Tony Mantler wrote:

> By the way, where is the syntax for asm inlines documented? They seem to
> have a rather obscure format.

info gcc, node "Extended Asm".  The trick I showed you isn't documented
though.  It's a pity a more obvious scheme isn't available to say "put
these inputs into different registers", without forcing each one to a
specific register.

One rather good tutorial was written by Colin Plumb <colin@nyx.net>, for
the x86.  You can find it at
http://www.uwsg.indiana.edu/hypermail/linux/kernel/9804.2/0953.html or
http://gcc.gnu.org/ml/gcc/1998-11/msg00008.html


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