Re: [PATCH 1/2][AArch64 Testsuite] Add execution test of vset(q?)_lane intrinsics.

2014-09-09 Thread Marcus Shawcroft
On 8 September 2014 17:31, Alan Lawrence wrote: > This adds a test thath checks the result of a vset_lane intrinsic is > identical to the input apart from one value being changed. > > Test checks only one index per vset_lane_xxx in a somewhat adhoc fashion as > the index has to be a compile-time i

[PATCH 1/2][AArch64 Testsuite] Add execution test of vset(q?)_lane intrinsics.

2014-09-08 Thread Alan Lawrence
This adds a test thath checks the result of a vset_lane intrinsic is identical to the input apart from one value being changed. Test checks only one index per vset_lane_xxx in a somewhat adhoc fashion as the index has to be a compile-time immediate and I felt that doing a loop using macros did