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