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/] [lazy-binding-1.c] - Blame information for rev 783

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 691 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-mshared -mexplicit-relocs -O2 -fno-delayed-branch" } */
3
 
4
void bar (void);
5
 
6
NOMIPS16 void
7
foo (int n)
8
{
9
  while (n--)
10
    {
11
      bar ();
12
      bar ();
13
    }
14
}
15
 
16
/* There should be exactly five uses of $25: one to set up $gp, two to
17
   load the address of bar (), and two to call it.  */
18
/* { dg-final { scan-assembler-times "\tl.\t\\\$25,%call16\\\(bar\\\)" 2 } } */
19
/* { dg-final { scan-assembler-times "\tjalr\t\\\$25" 2 } } */
20
/* { dg-final { scan-assembler "(\\\$28,|\t.cpload\t)\\\$25" } } */
21
/* { dg-final { scan-assembler-times "\\\$25" 5 } } */

powered by: WebSVN 2.1.0

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