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: [committed] [2/3] Converting the v850 port away from cc0 -- basic support for new scheme


> This is the bulk of the changes.  With this change in installed the v850
> port should be using the new mechanism for condition code handling
> consistently, though without optimizing well.

Nice work!  You need to update the v850 entry in:
  https://gcc.gnu.org/backends.html

> One of the interesting v8 tidbits is that it was already using the new
> style for its floating point comparisons & branches.  We actually get to
> simplify that a bit because we no longer need special branching patterns
> (FP comparison initially are stored in FCC, then get copied into the Z
> bit of CC_REG, then we use standard bz/bnz insns).

Does this mean that the 'F' in the above document is also obsolete?

-- 
Eric Botcazou


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