blob: 1653dd31cb6826ba76dcc37e1565c801d59fcb2d [file] [log] [blame]
/* Test the `vld1Q_laneu16' 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" } */
/* { dg-add-options arm_neon } */
#include "arm_neon.h"
void test_vld1Q_laneu16 (void)
{
uint16x8_t out_uint16x8_t;
uint16x8_t arg1_uint16x8_t;
out_uint16x8_t = vld1q_lane_u16 (0, arg1_uint16x8_t, 1);
}
/* { dg-final { scan-assembler "vld1\.16\[ \]+((\\\{\[dD\]\[0-9\]+\\\[\[0-9\]+\\\]\\\})|(\[dD\]\[0-9\]+\\\[\[0-9\]+\\\])), \\\[\[rR\]\[0-9\]+\(:\[0-9\]+\)?\\\]!?\(\[ \]+@\[a-zA-Z0-9 \]+\)?\n" } } */
/* { dg-final { cleanup-saved-temps } } */