Revert [ARM] Remove neon-testgen.ml and generated tests.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / neon / vreinterpretu16_p64.c
blobd7d66651595eea15e1838b5429fdbfbdaf08d7a9
1 /* Test the `vreinterpretu16_p64' ARM Neon intrinsic. */
2 /* This file was autogenerated by neon-testgen. */
4 /* { dg-do assemble } */
5 /* { dg-require-effective-target arm_crypto_ok } */
6 /* { dg-options "-save-temps -O0" } */
7 /* { dg-add-options arm_crypto } */
9 #include "arm_neon.h"
11 void test_vreinterpretu16_p64 (void)
13 uint16x4_t out_uint16x4_t;
14 poly64x1_t arg0_poly64x1_t;
16 out_uint16x4_t = vreinterpret_u16_p64 (arg0_poly64x1_t);