blob: 9c10e85974df2955b9335def5607e1f161c7fc50 [file] [log] [blame]
/* Test the `vcombineu32' 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_vcombineu32 (void)
{
uint32x4_t out_uint32x4_t;
uint32x2_t arg0_uint32x2_t;
uint32x2_t arg1_uint32x2_t;
out_uint32x4_t = vcombine_u32 (arg0_uint32x2_t, arg1_uint32x2_t);
}
/* { dg-final { cleanup-saved-temps } } */