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: [PATCH, rs6000] power8 patches, patch #4 (revised), new power8 builtins


* config/rs6000/rs6000.md (eqv<mode>3): Add support for powerp eqv instruction.

[Typo, "powerp".  There are many more typos and non-grammatical
sentences.]

Why isn't this covered by boolean_operator and %q output operand?

The existing patterns (boolc<mode>3_...) do for eqv:

	(set reg (xor (not reg) reg))

which is not canonical RTL.


Segher


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