summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/simd/vuzpqu8_1.c
blob: d3fd72cf1b332a9e8851d47e8b0c06e6e0042a9d (plain)
1
2
3
4
5
6
7
8
9
/* Test the `vuzpQu8' ARM Neon intrinsic.  */

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

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

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