1 /* Test MIPS64 DSP instructions */
2 /* { dg-do compile } */
3 /* { dg-options "-mgp64 -mdsp" } */
5 /* { dg-final { scan-assembler "\tldx\t" } } */
7 NOMIPS16
signed long long test (signed long long *a
, int index
)
9 return __builtin_mips_ldx (a
, index
);