simd.exp: Skip all tests if no arm_neon_ok effective target support.
[gcc.git] / gcc / testsuite / gcc.target / arm / simd / vtrnqs16_1.c
1 /* Test the `vtrnQs16' ARM Neon intrinsic. */
2
3 /* { dg-options "-save-temps -O1 -fno-inline" } */
4 /* { dg-add-options arm_neon } */
5
6 #include "arm_neon.h"
7 #include "../../aarch64/simd/vtrnqs16.x"
8
9 /* { dg-final { scan-assembler-times "vtrn\.16\[ \t\]+\[qQ\]\[0-9\]+, ?\[qQ\]\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */
10 /* { dg-final { cleanup-saved-temps } } */