Add execution tests of ARM EXT intrinsics
[official-gcc.git] / gcc / testsuite / gcc.target / arm / simd / vextp16_1.c
blob00695bf641925cfac333834e5c93c91ef0e7cf99
1 /* Test the `vextp16' ARM Neon intrinsic. */
3 /* { dg-do run } */
4 /* { dg-require-effective-target arm_neon_ok } */
5 /* { dg-options "-save-temps -O3 -fno-inline" } */
6 /* { dg-add-options arm_neon } */
8 #include "arm_neon.h"
9 #include "../../aarch64/simd/ext_p16.x"
11 /* { dg-final { scan-assembler-times "vext\.16\[ \t\]+\[dD\]\[0-9\]+, \[dD\]\[0-9\]+, \[dD\]\[0-9\]+, #\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 3 } } */
12 /* { dg-final { cleanup-saved-temps } } */