2015-05-21 Sandra Loosemore <sandra@codesourcery.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / simd / vzipqs16_1.c
blob89ed05e9be3fe3dd836d347ffaae288b6ef57bbc
1 /* Test the `vzipQs16' ARM Neon intrinsic. */
3 /* { dg-options "-save-temps -O1 -fno-inline" } */
4 /* { dg-add-options arm_neon } */
6 #include "arm_neon.h"
7 #include "../../aarch64/simd/vzipqs16.x"
9 /* { dg-final { scan-assembler-times "vzip\.16\[ \t\]+\[qQ\]\[0-9\]+, ?\[qQ\]\[0-9\]+!?\(?:\[ \t\]+@\[a-zA-Z0-9 \]+\)?\n" 1 } } */
10 /* { dg-final { cleanup-saved-temps } } */