URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [div-3.c] - Rev 724
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-O -mgp64 (-mips16)" } */ /* { dg-final { scan-assembler "\tddiv\t" } } */ /* { dg-final { scan-assembler-not "\tmflo\t" } } */ /* { dg-final { scan-assembler "\tmfhi\t" } } */ typedef int DI __attribute__((mode(DI))); MIPS16 DI f (DI x, DI y) { return x % y; }
Go to most recent revision | Compare with Previous | Blame | View Log