Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / simd / vzipf32_1.c
blobefaa96ea95580d5e596c60f96add8f73f96198eb
1 /* Test the `vzipf32' ARM Neon intrinsic. */
3 /* { dg-do run } */
4 /* { dg-require-effective-target arm_neon_ok } */
5 /* { dg-options "-save-temps -O1 -fno-inline" } */
6 /* { dg-add-options arm_neon } */
8 #include "arm_neon.h"
9 #include "../../aarch64/simd/vzipf32.x"
11 /* { dg-final { scan-assembler-times "vuzp\.32\[ \t\]+\[dD\]\[0-9\]+, ?\[dD\]\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */
12 /* { dg-final { cleanup-saved-temps } } */