OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc4/] [gcc/] [testsuite/] [gcc.target/] [mips/] [scc-3.c] - Rev 519

Compare with Previous | Blame | View Log

/* { dg-options "(-mips16) -O -mabi=o64" } */
 
/* { dg-final { scan-assembler-not "and\t\|andi\t\|ext\t\|sll\t\|srl\t" } } */
/* { dg-final { scan-assembler-times "slt\t\|slti?u\t" 8 } } */
 
 
#define TEST(N, LHS, REL, RHS) \
  MIPS16 long long w##N (int a, int b) {return LHS REL RHS;} \
  MIPS16 int n##N (long long a, long long b) {return LHS REL RHS;} \
 
TEST (eq, a, ==, 0);
 
TEST (gt, a, >, b);
 
TEST (lt, a, <, b);
TEST (le, a, <=, 11);
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.