[ARM][GCC][3/2x]: MVE intrinsics with binary operands.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / mve / intrinsics / vcreateq_u32.c
blob2b1b19389376eff389047e5e7d8252b56485b18f
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 uint32x4_t
9 foo (uint64_t a, uint64_t b)
11 return vcreateq_u32 (a, b);
14 /* { dg-final { scan-assembler "vmov" } } */