Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / simd / extq_u64_1.c
blobd999c2cb4acdb4b15286a921c1d2f2802f33f621
1 /* Test the `vextQu64' AArch64 SIMD intrinsic. */
3 /* { dg-do run } */
4 /* { dg-options "-save-temps -O3 -fno-inline" } */
6 #include "arm_neon.h"
7 #include "extq_u64.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\]+\(?:.8\)?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */
10 /* { dg-final { cleanup-saved-temps } } */