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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [vshuf-v8si.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do run } */
2
/* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
3
/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
4
/* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
5
/* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
6
 
7
#if __SIZEOF_INT__ == 4
8
typedef unsigned int V __attribute__((vector_size(32)));
9
typedef V VI;
10
#elif __SIZEOF_LONG__ == 4
11
typedef unsigned long V __attribute__((vector_size(32)));
12
typedef V VI;
13
#else
14
# define UNSUPPORTED
15
#endif
16
 
17
#include "vshuf-8.inc"
18
#include "vshuf-main.inc"

powered by: WebSVN 2.1.0

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