Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / simd / vrev16qp8_1.c
blobc553320126c6838ee2a7ecd15086205cded6aa9d
1 /* Test the `vrev16q_p8' AArch64 SIMD intrinsic. */
3 /* { dg-do run } */
4 /* { dg-options "-save-temps -fno-inline" } */
6 #include <arm_neon.h>
7 #include "vrev16qp8.x"
9 /* { dg-final { scan-assembler-times "rev16\[ \t\]+v\[0-9\]+.16b, ?v\[0-9\]+.16b!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */
10 /* { dg-final { cleanup-saved-temps } } */