Re: [PATCH AArch64 2/3] Add SIMD-reg variants of logical operators and/ior/xor/not

2014-09-02 Thread Marcus Shawcroft
On 12 August 2014 15:43, Alan Lawrence alan.lawre...@arm.com wrote: This patch adds SIMD register variants for and, ior, xor and not - similarly to add/sub, the H/W supports it, and it'll be more efficient if the values are there already, e.g. if passed as [u]int64x1_t parameters.

[PATCH AArch64 2/3] Add SIMD-reg variants of logical operators and/ior/xor/not

2014-08-12 Thread Alan Lawrence
This patch adds SIMD register variants for and, ior, xor and not - similarly to add/sub, the H/W supports it, and it'll be more efficient if the values are there already, e.g. if passed as [u]int64x1_t parameters. gcc/ChangeLog: * config/aarch64/aarch64.md (optabmode3, one_cmplmode2):