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