[PATCH][ARM] one_cmpldi2 in NEON

Andrew Stubbs ams@codesourcery.com
Tue Dec 6 18:00:00 GMT 2011


This patch adds a one's complement pattern for doing DImode 'not' in 
NEON registers.

There are already patterns for doing one's complement of vectors, and 
even though it boils down to the same instruction, the DImode case was 
missing.

The patch needs to be a little more complicated than using a mode 
iterator that includes DI because it needs to coexist with the non-neon 
one_cmpldi2 (renamed by this patch to "one_cmpldi2_core").

OK for when stage 1 opens again?

Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: neon-not.patch
Type: text/x-patch
Size: 1739 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20111206/28ecee6c/attachment.bin>


More information about the Gcc-patches mailing list