summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/mve/intrinsics/vcreateq_s32.c
blob: 6983c7c266e6e4a5e852153097e93f1a249fa7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile  } */
/* { dg-require-effective-target arm_v8_1m_mve_ok } */
/* { dg-add-options arm_v8_1m_mve } */
/* { dg-additional-options "-O2" } */

#include "arm_mve.h"

int32x4_t
foo (uint64_t a, uint64_t b)
{
  return vcreateq_s32 (a, b);
}

/* { dg-final { scan-assembler "vmov"  }  } */