Re: [Patch,AArch64] Support SADDL/SSUBL/UADDL/USUBL

2013-10-01 Thread Marcus Shawcroft
> 2013-09-30 Vidya Praveen > > * aarch64-simd.md > (aarch64_l2_internal): Rename to > ... > (aarch64_l_hi_internal): ... this; > Insert '\t' to output template. > (aarch64_l_lo_internal): New. > (aarch64_saddl2, aarch64_uaddl2): Modify to call >

[Patch,AArch64] Support SADDL/SSUBL/UADDL/USUBL

2013-09-30 Thread Vidya Praveen
Hello, This patch adds support to generate SADDL/SSUBL/UADDL/USUBL. Part of the support is available already (supported for intrinsics). This patch extends this support to generate these instructions (and lane variations) in all scenarios and adds a testcase. Tested for aarch64-none-elf, aarch64_b