Re: [AArch64] Implement vcopy intrinsics.

2013-09-16 Thread Marcus Shawcroft
On 13/09/13 19:39, James Greenhalgh wrote: Hi, This patch adds intrinsics for vcopy_lane_<8,16,32,64>. These are implemented in an optimal way using the vget_lane and vset_lane intrinsics and a combine pattern. I've added a testcase and run a full regression run for aarch64-none-elf. OK? Th

[AArch64] Implement vcopy intrinsics.

2013-09-13 Thread James Greenhalgh
Hi, This patch adds intrinsics for vcopy_lane_<8,16,32,64>. These are implemented in an optimal way using the vget_lane and vset_lane intrinsics and a combine pattern. I've added a testcase and run a full regression run for aarch64-none-elf. OK? Thanks, James --- gcc/ 2013-09-13 James Gree