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]
Other format: [Raw text]

Re: generate assembly mnemonic depending the resource allocation


Alex Turjan <aturjan@yahoo.com> writes:

> Im now looking the in gcc mainline to find when an instruction (with
> alternative resource utilizations) is issued which of the resources
> are used.

This is described using define_insn_reservation and so forth in the MD
file.  This is well documented in the internals manual.  This permits
a relatively simple form of VLIW scheduling.  Real machines tend to
require additional tweaking in the machine-reorg pass or the final
pass.

Ian


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