Add execution tests of ARM EXT intrinsics
[official-gcc.git] / gcc / testsuite / gcc.target / arm / simd / vextf32_1.c
blob99e0bad0ed0ba9a47171fa91d0309c5db171fa1f
1 /* Test the `vextf32' 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_f32.x"
11 /* { dg-final { scan-assembler-times "vext\.32\[ \t\]+\[dD\]\[0-9\]+, \[dD\]\[0-9\]+, \[dD\]\[0-9\]+, #\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */
12 /* { dg-final { cleanup-saved-temps } } */