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: [RFC] PowerPC DFA description


Am Don, 2002-05-30 um 00.28 schrieb David Edelsohn:

> 	That is associating instruction types with function units, not
> automata.  How many automata per function unit is a different question --
> at least the way Red Hat generated the initial description.

Seems I was mislead by the automaton names. What about renaming the
vec_alu automaton to something like vector and differentiating between
the units like you did with the IU's on 750 vs. 7450? I'm still unsure 
about how to model the notion of a subunit though; if we hide all three
subunits on the 7400 in one cpu_unit we'd loose the possibility to
schedule optimally since VALU can execute several instructions in
parallel but just one can be issued per cycle.

I take it that the second argument of define_cpu_unit has to be a
automaton and may not be another unit?
 
-- 
Servus,
       Daniel


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