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/] [mips/] [branch-12.c] - Diff between revs 321 and 338

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

Rev 321 Rev 338
/* { dg-options "-mabicalls -mshared -mabi=64" } */
/* { dg-options "-mabicalls -mshared -mabi=64" } */
/* { dg-final { scan-assembler-not "(\\\$28|%gp_rel|%got)" } } */
/* { dg-final { scan-assembler-not "(\\\$28|%gp_rel|%got)" } } */
/* { dg-final { scan-assembler-not "\tjr\t\\\$1\n" } } */
/* { dg-final { scan-assembler-not "\tjr\t\\\$1\n" } } */
 
 
#include "branch-helper.h"
#include "branch-helper.h"
 
 
NOMIPS16 void
NOMIPS16 void
foo (void (*bar) (void), volatile int *x)
foo (void (*bar) (void), volatile int *x)
{
{
  bar ();
  bar ();
  if (__builtin_expect (*x == 0, 1))
  if (__builtin_expect (*x == 0, 1))
    OCCUPY_0x1fff8;
    OCCUPY_0x1fff8;
}
}
 
 

powered by: WebSVN 2.1.0

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