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/] [maddu-3.c] - Diff between revs 321 and 338

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

Rev 321 Rev 338
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O2 isa_rev>=1 -mgp32" } */
/* { dg-options "-O2 isa_rev>=1 -mgp32" } */
/* { dg-final { scan-assembler-times "\tmaddu\t" 3 } } */
/* { dg-final { scan-assembler-times "\tmaddu\t" 3 } } */
 
 
typedef unsigned int ui;
typedef unsigned int ui;
typedef unsigned long long ull;
typedef unsigned long long ull;
 
 
NOMIPS16 ull
NOMIPS16 ull
f1 (ui x, ui y, ull z)
f1 (ui x, ui y, ull z)
{
{
  return (ull) x * y + z;
  return (ull) x * y + z;
}
}
 
 
NOMIPS16 ull
NOMIPS16 ull
f2 (ui x, ui y, ull z)
f2 (ui x, ui y, ull z)
{
{
  return z + (ull) y * x;
  return z + (ull) y * x;
}
}
 
 
NOMIPS16 ull
NOMIPS16 ull
f3 (ui x, ui y, ull z)
f3 (ui x, ui y, ull z)
{
{
  ull t = (ull) x * y;
  ull t = (ull) x * y;
  int temp = 5;
  int temp = 5;
  if (temp == 5)
  if (temp == 5)
    z += t;
    z += t;
  return z;
  return z;
}
}
 
 

powered by: WebSVN 2.1.0

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