Re: [PATCH][GCC][AArch64] Correct 3 way XOR instructions adding missing patterns.

2018-05-18 Thread Richard Earnshaw (lists)
On 30/04/18 15:12, Tamar Christina wrote: > Hi All, > > This patch adds the missing neon intrinsics for all 128 bit vector Integer > modes for the > three-way XOR and negate and xor instructions for Arm8.2-a to Armv8.4-a. > > Bootstrapped and regtested on aarch64-none-linux-gnue and no issues. >

Re: [PATCH][GCC][AArch64] Correct 3 way XOR instructions adding missing patterns.

2018-05-17 Thread Kyrill Tkachov
Hi Tamar, On 30/04/18 15:12, Tamar Christina wrote: Hi All, This patch adds the missing neon intrinsics for all 128 bit vector Integer modes for the three-way XOR and negate and xor instructions for Arm8.2-a to Armv8.4-a. Bootstrapped and regtested on aarch64-none-linux-gnue and no issues. O

RE: [PATCH][GCC][AArch64] Correct 3 way XOR instructions adding missing patterns.

2018-05-08 Thread Tamar Christina
Richard Earnshaw ; Marcus Shawcroft > > Subject: [PATCH][GCC][AArch64] Correct 3 way XOR instructions adding > missing patterns. > > Hi All, > > This patch adds the missing neon intrinsics for all 128 bit vector Integer > modes for the three-way XOR and negat

[PATCH][GCC][AArch64] Correct 3 way XOR instructions adding missing patterns.

2018-04-30 Thread Tamar Christina
Hi All, This patch adds the missing neon intrinsics for all 128 bit vector Integer modes for the three-way XOR and negate and xor instructions for Arm8.2-a to Armv8.4-a. Bootstrapped and regtested on aarch64-none-linux-gnue and no issues. Ok for master? And for backport to the GCC-8 branch? gc