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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [r10k-cache-barrier-4.c] - Rev 783

Compare with Previous | Blame | View Log

/* { dg-options "-O2 -mr10k-cache-barrier=store -mno-abicalls" } */
 
void bar (int *x);
 
/* Test that out-of-range stores to the frame are protected by cache
   barriers.  */
 
NOMIPS16 void
foo (int v)
{
  int x[8];
  bar (x);
  if (v & 1)
    x[0x100] = 0;
  if (v & 2)
    x[-0x100] = 0;
  bar (x);
}
 
/* { dg-final { scan-assembler-times "\tcache\t" 2 } } */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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