URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [scc-4.c] - Rev 697
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O -mabi=o64" } */ /* { dg-final { scan-assembler "slt\t" } } */ /* { dg-final { scan-assembler "sltu\t\|xor\t\|xori\t" } } */ /* This test should work both in mips16 and non-mips16 mode. */ int f (long long a, long long b) { return a > 5; }
Go to most recent revision | Compare with Previous | Blame | View Log