Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / gcc.target / arm / neon / vdup_laneu64.c
blob5939b33c38664d16d96ca4e25e9c5aecba576252
1 /* Test the `vdup_laneu64' ARM Neon intrinsic. */
2 /* This file was autogenerated by neon-testgen. */
4 /* { dg-do assemble } */
5 /* { dg-require-effective-target arm_neon_ok } */
6 /* { dg-options "-save-temps -O0 -mfpu=neon -mfloat-abi=softfp" } */
8 #include "arm_neon.h"
10 void test_vdup_laneu64 (void)
12 uint64x1_t out_uint64x1_t;
13 uint64x1_t arg0_uint64x1_t;
15 out_uint64x1_t = vdup_lane_u64 (arg0_uint64x1_t, 0);
18 /* { dg-final { cleanup-saved-temps } } */