PR c/67784
[official-gcc.git] / gcc / testsuite / gcc.target / arm / neon / vreinterpretu8_p64.c
blobecfa9f27b938f425500829c7aee3c956c693ff9d
1 /* Test the `vreinterpretu8_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_vreinterpretu8_p64 (void)
13 uint8x8_t out_uint8x8_t;
14 poly64x1_t arg0_poly64x1_t;
16 out_uint8x8_t = vreinterpret_u8_p64 (arg0_poly64x1_t);