1 /* Test the `vrev64q_u16' AArch64 SIMD intrinsic.  */
2 
3 /* { dg-do run } */
4 /* { dg-options "-save-temps -fno-inline" } */
5 
6 #include <arm_neon.h>
7 #include "vrev64qu16.x"
8 
9 /* { dg-final { scan-assembler-times "rev64\[ \t\]+v\[0-9\]+.8h, ?v\[0-9\]+.8h!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */
10