URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [powerpc/] [405-maclhw-1.c] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test generation of maclhw on 405. */ /* Origin: Joseph Myers <joseph@codesourcery.com> */ /* { dg-do compile } */ /* { dg-require-effective-target ilp32 } */ /* { dg-options "-O2 -mcpu=405" } */ /* { dg-skip-if "other options override -mcpu=405" { ! powerpc_405_nocache } { "*" } { "" } } */ /* { dg-final { scan-assembler "maclhw " } } */ int f(int a, int b, int c) { a += (short)b * (short)c; return a; }
Go to most recent revision | Compare with Previous | Blame | View Log