URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [dsp-no-lhx.c] - Rev 697
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test MIPS32 DSP LHX instruction */ /* { dg-do compile } */ /* { dg-options "-mgp32 -mdsp -O2" } */ /* { dg-final { scan-assembler-not "\tlhx\t" } } */ NOMIPS16 unsigned short test (unsigned short *a, int index) { return a[index]; }
Go to most recent revision | Compare with Previous | Blame | View Log