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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [vector-2_x.c] - Blame information for rev 689

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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