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.dg/] [asm-a.c] - Diff between revs 298 and 338

Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 338
/* { dg-options "-O2" } */
/* { dg-options "-O2" } */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-require-effective-target ilp32 } */
 
 
/* The problem was we were not striping the long cast here.
/* The problem was we were not striping the long cast here.
   Note this really should be invalid code but not for the
   Note this really should be invalid code but not for the
   current release (4.0) as we have people using it.  */
   current release (4.0) as we have people using it.  */
 
 
void blockCopy_MMX2(int*);
void blockCopy_MMX2(int*);
void postProcess_MMX2()
void postProcess_MMX2()
{
{
  int c, x,y, width;
  int c, x,y, width;
  asm( "" :: "m" ((long)x));
  asm( "" :: "m" ((long)x));
  blockCopy_MMX2(&c);
  blockCopy_MMX2(&c);
}
}
 
 

powered by: WebSVN 2.1.0

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