aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/neon/vcreates8.c
blob: 79280e644e7dced837b37272df9f75503b1aaf3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Test the `vcreates8' 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_vcreates8 (void)
{
  int8x8_t out_int8x8_t;
  uint64_t arg0_uint64_t;

  out_int8x8_t = vcreate_s8 (arg0_uint64_t);
}