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