PR c/67784
[official-gcc.git] / gcc / testsuite / gcc.target / arm / neon / vmovQ_nu64.c
blob6092b324385d2006b6cf93f9714cb44e2f5584cb
1 /* Test the `vmovQ_nu64' 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" } */
7 /* { dg-add-options arm_neon } */
9 #include "arm_neon.h"
11 void test_vmovQ_nu64 (void)
13 uint64x2_t out_uint64x2_t;
14 uint64_t arg0_uint64_t;
16 out_uint64x2_t = vmovq_n_u64 (arg0_uint64_t);