URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr40252.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
typedef unsigned int uint32_t; static void IP(uint32_t v[2]) { v[0] = ((v[0] << 1) | ((v[0] >> 31) & 1L)) & 0xffffffffL; }
Go to most recent revision | Compare with Previous | Blame | View Log