This is the mail archive of the gcc@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: How to clean up i386 machine description?


> > If you need to order instruction alternatives differently for different
> > CPUs or use different constraint modifiers so that the alternative
> > selection is changed, currently the only way is to have different
> > patterns for the different CPUs.
> What do you mean by constraint modifier?

Stuff like ?, !, # and * can be used to fine-tune register allocation
and alternative selection.  Look at md.texi for details.


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