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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [bfin/] [builtins/] [negate_fr2x16-2.c] - Blame information for rev 849

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 691 jeremybenn
extern void abort (void);
2
 
3
typedef short  __v2hi __attribute ((vector_size(4)));
4
typedef __v2hi fract2x16;
5
typedef short fract16;
6
 
7
int main ()
8
{
9
  fract2x16 a, t;
10
  fract16 t1, t2;
11
 
12
  a = __builtin_bfin_compose_2x16 (0x1001, 0x0001);
13
  t = __builtin_bfin_negate_fr2x16 (a);
14
  t1 = __builtin_bfin_extract_hi (t);
15
  t2 = __builtin_bfin_extract_lo (t);
16
  if (t1 != -0x1001 || t2 != -0x1)
17
    abort ();
18
 
19
  return 0;
20
}
21
 

powered by: WebSVN 2.1.0

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