[ARM][GCC][3/2x]: MVE intrinsics with binary operands.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / mve / intrinsics / vcreateq_s32.c
blob6983c7c266e6e4a5e852153097e93f1a249fa7f3
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
3 /* { dg-add-options arm_v8_1m_mve } */
4 /* { dg-additional-options "-O2" } */
6 #include "arm_mve.h"
8 int32x4_t
9 foo (uint64_t a, uint64_t b)
11 return vcreateq_s32 (a, b);
14 /* { dg-final { scan-assembler "vmov" } } */