blob: 59c5b976581272dbafb4cc104ce13b1c26771778 [file] [log] [blame]
/* Test the `vreinterpretQu16_u32' 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 -mfpu=neon -mfloat-abi=softfp" } */
#include "arm_neon.h"
void test_vreinterpretQu16_u32 (void)
{
uint16x8_t out_uint16x8_t;
uint32x4_t arg0_uint32x4_t;
out_uint16x8_t = vreinterpretq_u16_u32 (arg0_uint32x4_t);
}
/* { dg-final { cleanup-saved-temps } } */