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