aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/simd/vuzpqu16_1.c
blob: cb33d4a461687a116fd83a1e5e059612a9be0917 (plain)
1
2
3
4
5
6
7
8
9
10
/* Test the `vuzpQu16' ARM Neon intrinsic.  */

/* { dg-options "-save-temps -O1 -fno-inline" } */
/* { dg-add-options arm_neon } */

#include "arm_neon.h"
#include "../../aarch64/simd/vuzpqu16.x"

/* { dg-final { scan-assembler-times "vuzp\.16\[ \t\]+\[qQ\]\[0-9\]+, ?\[qQ\]\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */
/* { dg-final { cleanup-saved-temps } } */