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.0rc2/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [t.c] - Blame information for rev 519

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

Line No. Rev Author Line
1 297 jeremybenn
#define B 95
2
 
3
foo (a, b, p)
4
     unsigned a, b;
5
     int *p;
6
{
7
  p[1] = a % B;
8
  p[0] = a / B;
9
}
10
 
11
bar (a, b, p)
12
     unsigned a, b;
13
     int *p;
14
{
15
  p[0] = a / B;
16
  p[1] = a % B;
17
}
18
 

powered by: WebSVN 2.1.0

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