Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / simd / extq_u16_1.c
blobedf3efd1a1ab03b3a63d6130ad02f88a9f8cb6af
1 /* Test the `vextQu16' AArch64 SIMD intrinsic. */
3 /* { dg-do run } */
4 /* { dg-options "-save-temps -O3 -fno-inline" } */
6 #include "arm_neon.h"
7 #include "extq_u16.x"
9 /* { dg-final { scan-assembler-times "ext\[ \t\]+\[vV\]\[0-9\]+\.16\[bB\], ?\[vV\]\[0-9\]+\.16\[bB\], ?\[vV\]\[0-9\]+\.16\[bB\], ?#\[0-9\]+\(?:.2\)?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 7 } } */
10 /* { dg-final { cleanup-saved-temps } } */