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/] [arm/] [20030909-1.c] - Rev 326
Go to most recent revision | Compare with Previous | Blame | View Log
/* Verify that ands are combined. */ /* { dg-do compile } */ /* { dg-options "-O" } */ /* { dg-final { scan-assembler-not "#255.*#255" } } */ int f(int a, int b) { return ((a & 0xff) + (b & 0xff)) & 0xff; }
Go to most recent revision | Compare with Previous | Blame | View Log