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: scheduling cc0


Paul Schlie <schlie@comcast.net> writes:
> - So it would appear that if there's a desire to transition CC0 based
>   instruction descriptions from the implicit to explicit ones; intra-cycle
>   parallel set & test semantic must be supported by GCC; as otherwise, CC0
>   semantics can't truly be accurately described.

The fortunate thing is that the i386 is affected, and that's a pretty
obsessed-over architecture...

At least in gcc-3.4, i386.md uses clobbers of (reg:CC 17); does the info
missing because of the use of clobbers instead of sets cause many
problems?

Thanks,

-Miles
-- 
We are all lying in the gutter, but some of us are looking at the stars.
-Oscar Wilde


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