OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [vector-2_x.c] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-options "-w" } */
2
/* { dg-options "-w -mno-mmx" { target { i?86-*-* x86_64-*-* } } } */
3
 
4
#ifndef SKIP_ATTRIBUTE
5
 
6
#include "compat-common.h"
7
#include "vector-defs.h"
8
#include "vector-setup.h"
9
 
10
SETUP (2, sf);
11
SETUP (4, sf);
12
SETUP (16, sf);
13
SETUP (8, sf);
14
SETUP (2, df);
15
SETUP (4, df);
16
 
17
#endif
18
 
19
void
20
vector_2_x (void)
21
{
22
#ifndef SKIP_ATTRIBUTE
23
  DEBUG_INIT
24
 
25
  CHECK (2, sf);
26
  CHECK (4, sf);
27
  CHECK (8, sf);
28
  CHECK (16, sf);
29
  CHECK (4, df);
30
  CHECK (2, df);
31
 
32
  DEBUG_FINI
33
 
34
  if (fails != 0)
35
    abort ();
36
#endif
37
}

powered by: WebSVN 2.1.0

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