blob: cf04687ae89fba30b8850e4f01c03cf3fb463a8c [file] [log] [blame]
/* APPLE LOCAL file v7 merge */
/* Test the `vzipQp16' ARM Neon intrinsic. */
/* This file was autogenerated by neon-testgen. */
/* { dg-do assemble } */
/* { dg-require-effective-target arm_neon_ok } */
/* { dg-options "-save-temps -O0 -mfpu=neon -mfloat-abi=softfp" } */
#include "arm_neon.h"
void test_vzipQp16 (void)
{
poly16x8x2_t out_poly16x8x2_t;
poly16x8_t arg0_poly16x8_t;
poly16x8_t arg1_poly16x8_t;
out_poly16x8x2_t = vzipq_p16 (arg0_poly16x8_t, arg1_poly16x8_t);
}
/* { dg-final { scan-assembler "vzip\.16\[ \]+\[qQ\]\[0-9\]+, \[qQ\]\[0-9\]+!?\(\[ \]+@\[a-zA-Z0-9 \]+\)?\n" } } */
/* { dg-final { cleanup-saved-temps } } */