summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/mve/intrinsics/vcreateq_u64.c
blob: e9b6dbc765f5ce952d72c2871c75489db4895332 (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"

uint64x2_t
foo (uint64_t a, uint64_t b)
{
  return vcreateq_u64 (a, b);
}

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