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: DFA for PPro, P2, P3


On Thu, May 02, 2002 at 04:55:46PM -0600, law@redhat.com wrote:
> (define_insn_reservation <latency>
>   <attribute test to select the insn type for I2>
>   "(p0|p1)+p0")

Isn't that rather "(p0|p1),p0"?  After all, the second uop
doesn't issue on the same cycle.


r~


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