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/] [truncate-4.c] - Rev 321
Compare with Previous | Blame | View Log
/* The and is performed in DI mode so there is no need for truncation. */ /* { dg-options "-O -mgp64" } */ /* { dg-final { scan-assembler-not "\tsll\t" } } */ NOMIPS16 unsigned long long f (unsigned long long s) { unsigned u = s & 0xfff; return u; }