URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [r3900-mult.c] - Rev 724
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-march=r3900" } */ /* { dg-final { scan-assembler "\tmult\t\[^\n\]*,\[^\n\]*," } } */ NOMIPS16 int f (int a, int b) { return a * b; }
Go to most recent revision | Compare with Previous | Blame | View Log