URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [truncate-4.c] - Rev 697
Go to most recent revision | 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; }
Go to most recent revision | Compare with Previous | Blame | View Log