(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
mips64-dsp-ldx1.c
       1  /* Test MIPS64 DSP instructions */
       2  /* { dg-do compile } */
       3  /* { dg-options "-mgp64 -mdsp" }  */
       4  
       5  /* { dg-final { scan-assembler "\tldx\t" } } */
       6  
       7  NOMIPS16 signed long long test (signed long long *a, int index)
       8  {
       9    return __builtin_mips_ldx (a, index);
      10  }