testsuite: arm: Use effective-target for pr68620 and pr78041 tests
[official-gcc.git] / gcc / testsuite / gcc.target / arm / simd / vuzpqs32_1.c
blob449f3227eea8383deb72591c9c42e2b23e60f1d1
1 /* Test the `vuzpQs32' ARM Neon intrinsic. */
3 /* { dg-options "-save-temps -O1 -fno-inline" } */
4 /* { dg-add-options arm_neon } */
6 #include "arm_neon.h"
7 #include "../../aarch64/simd/vuzpqs32.x"
9 /* { dg-final { scan-assembler-times "vuzp\.32\[ \t\]+\[qQ\]\[0-9\]+, ?\[qQ\]\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */