URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20030703-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* Extracted from PR target/10700. */ /* The following code used to cause an ICE on 64-bit targets. */ int SAD_Block(int *); void MBMotionEstimation(int *act_block, int block) { SAD_Block(act_block + ( (8 * (block == 1 || block == 3)) + (8 * (block == 2 || block == 3)))); }
Go to most recent revision | Compare with Previous | Blame | View Log