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.0rc1/] [gcc/] [testsuite/] [gcc.target/] [mips/] [r10k-cache-barrier-10.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 321 jeremybenn
/* { dg-options "-O2 -mr10k-cache-barrier=store -mips4 -mbranch-likely -mno-abicalls" } */
2
int bar (int);
3
 
4
/* Test that code after a branch-likely does not get an unnecessary
5
   cache barrier.  */
6
 
7
NOMIPS16 void
8
foo (int n, int *x)
9
{
10
  do
11
    n = bar (n * 4 + 1);
12
  while (n);
13
  /* The preceding branch should be a branch likely, with the shift as
14
     its delay slot.  We therefore don't need a cache barrier here.  */
15
  x[0] = 0;
16
}
17
 
18
/* { dg-final { scan-assembler-not "\tcache\t" } } */

powered by: WebSVN 2.1.0

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