Add execution + assembler tests of AArch64 REV Neon Intrinsics.
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / simd / vrev32qs16_1.c
blob075e5b0540f08cf89f4076fc6e6be51fe8a661a2
1 /* Test the `vrev32q_s16' AArch64 SIMD intrinsic. */
3 /* { dg-do run } */
4 /* { dg-options "-save-temps -fno-inline" } */
6 #include <arm_neon.h>
7 #include "vrev32qs16.x"
9 /* { dg-final { scan-assembler-times "rev32\[ \t\]+v\[0-9\]+.8h, ?v\[0-9\]+.8h!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */
10 /* { dg-final { cleanup-saved-temps } } */