blob: 27989c53c09a1efcfa1d3ff19a2f012e43a565f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* Test the `vreinterpretQu32_p16' ARM Neon intrinsic. */
/* This file was autogenerated by neon-testgen. */
/* { dg-do assemble } */
/* { dg-require-effective-target arm_neon_ok } */
/* { dg-options "-save-temps -O0" } */
/* { dg-add-options arm_neon } */
#include "arm_neon.h"
void test_vreinterpretQu32_p16 (void)
{
uint32x4_t out_uint32x4_t;
poly16x8_t arg0_poly16x8_t;
out_uint32x4_t = vreinterpretq_u32_p16 (arg0_poly16x8_t);
}
/* { dg-final { cleanup-saved-temps } } */
|