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]

Re: PPro and egcs


Jeffrey A Law wrote:
> Can the cmov instruction accept a constant as a source operand?

No, only memory or register.

> Otherwise we'll have to come up with a more complicated fix.

When I worked on this, I had a lot of problems with constants and ended
up just punting and converting the cmov to a conditional branch around
a move.

john.


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