URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [octeon2-pipe-1.c] - Rev 704
Go to most recent revision | Compare with Previous | Blame | View Log
/* Check that we use the octeon2 pipeline description. */ /* { dg-do compile } */ /* { dg-options "-O2 -fdump-rtl-sched2 -march=octeon2" } */ NOMIPS16 int f (int a, int b) { return a / b; } /* { dg-final { scan-rtl-dump "octeon_mult\\*17" "sched2" } } */ /* { dg-final { cleanup-tree-dump "sched2" } } */
Go to most recent revision | Compare with Previous | Blame | View Log