OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [avx-set-v8si-2.c] - Diff between revs 318 and 338

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 318 Rev 338
/* { dg-do run } */
/* { dg-do run } */
/* { dg-require-effective-target avx } */
/* { dg-require-effective-target avx } */
/* { dg-options "-O2 -mavx" } */
/* { dg-options "-O2 -mavx" } */
 
 
#include "avx-check.h"
#include "avx-check.h"
 
 
__m256i
__m256i
__attribute__((noinline))
__attribute__((noinline))
foo (int x1, int x2, int x3, int x4,
foo (int x1, int x2, int x3, int x4,
     int x5, int x6, int x7, int x8)
     int x5, int x6, int x7, int x8)
{
{
  return _mm256_set_epi32 (x1, x2, x3, x4, x5, x6, x7, x8);
  return _mm256_set_epi32 (x1, x2, x3, x4, x5, x6, x7, x8);
}
}
 
 
static void
static void
avx_test (void)
avx_test (void)
{
{
  int v[8] = { -3, 2, 1, 9, 23, -173, -13, 69 };
  int v[8] = { -3, 2, 1, 9, 23, -173, -13, 69 };
  union256i_d u;
  union256i_d u;
 
 
  u.x = foo (v[7], v[6], v[5], v[4], v[3], v[2], v[1], v[0]);
  u.x = foo (v[7], v[6], v[5], v[4], v[3], v[2], v[1], v[0]);
 
 
  if (check_union256i_d (u, v))
  if (check_union256i_d (u, v))
     abort ();
     abort ();
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.