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/] [mips/] [scc-4.c] - Rev 324
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