aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/dsp-no-lhx.c
blob: 42c4688cd0f7b3e90bdfc9d0a10ee9e3ef73a30c (plain)
1
2
3
4
5
6
7
8
9
10
/* Test MIPS32 DSP LHX instruction */
/* { dg-do compile } */
/* { dg-options "-mgp32 -mdsp" } */

/* { dg-final { scan-assembler-not "\tlhx\t" } } */

NOMIPS16 unsigned short test (unsigned short *a, int index)
{
  return a[index];
}