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/] [i386/] [local.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 318 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -funit-at-a-time" } */
3
/* { dg-final { scan-assembler "magic\[^\\n\]*eax" { target ilp32 } } } */
4
/* { dg-final { scan-assembler "magic\[^\\n\]*edi" { target lp64 } } } */
5
 
6
/* Verify that local calling convention is used.  */
7
static t(int) __attribute__ ((noinline));
8
extern volatile int i;
9
 
10
void m(void)
11
{
12
        t(i);
13
}
14
 
15
static t(int a)
16
{
17
        asm("magic %0"::"g"(a));
18
}

powered by: WebSVN 2.1.0

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