2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / dsp-no-lhx.c
blob42c4688cd0f7b3e90bdfc9d0a10ee9e3ef73a30c
1 /* Test MIPS32 DSP LHX instruction */
2 /* { dg-do compile } */
3 /* { dg-options "-mgp32 -mdsp" } */
5 /* { dg-final { scan-assembler-not "\tlhx\t" } } */
7 NOMIPS16 unsigned short test (unsigned short *a, int index)
9 return a[index];