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/] [cache-1.c] - Rev 783

Compare with Previous | Blame | View Log

/* { dg-options "-O2 isa>=3" } */
 
NOMIPS16 void
f1 (int *area)
{
  __builtin_mips_cache (20, area);
}
 
NOMIPS16 void
f2 (const short *area)
{
  __builtin_mips_cache (24, area + 10);
}
 
NOMIPS16 void
f3 (volatile unsigned int *area, int offset)
{
  __builtin_mips_cache (0, area + offset);
}
 
NOMIPS16 void
f4 (const volatile unsigned char *area)
{
  __builtin_mips_cache (4, area - 80);
}
 
/* { dg-final { scan-assembler "\tcache\t0x14,0\\(\\\$4\\)" } } */
/* { dg-final { scan-assembler "\tcache\t0x18,20\\(\\\$4\\)" } } */
/* { dg-final { scan-assembler "\tcache\t(0x|)0,0\\(\\\$.\\)" } } */
/* { dg-final { scan-assembler "\tcache\t0x4,-80\\(\\\$4\\)" } } */
 

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.