PR c/67784
[official-gcc.git] / gcc / testsuite / gcc.target / arm / neon / vreinterpretQu32_p8.c
blobb8d49052326b505f1f0d1363d3425ed801ff85b4
1 /* Test the `vreinterpretQu32_p8' 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_vreinterpretQu32_p8 (void)
13 uint32x4_t out_uint32x4_t;
14 poly8x16_t arg0_poly8x16_t;
16 out_uint32x4_t = vreinterpretq_u32_p8 (arg0_poly8x16_t);