1 /* Test the `vdup_ns64' ARM Neon intrinsic. */
4 /* { dg-require-effective-target arm_neon_hw } */
5 /* { dg-options "-O0" } */
6 /* { dg-add-options arm_neon } */
13 int64x1_t out_int64x1_t
= 0;
14 int64_t arg0_int64_t
= (int64_t) 0xdeadbeef;
16 out_int64x1_t
= vdup_n_s64 (arg0_int64_t
);
17 if ((int64_t)out_int64x1_t
!= arg0_int64_t
)