(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
mips/
mips-prepend-1.c
       1  /* { dg-options "-mdspr2" } */
       2  /* { dg-final { scan-assembler "prepend\[^\n\]*,10" } } */
       3  
       4  NOMIPS16 int
       5  foo (int x, int y)
       6  {
       7    return __builtin_mips_prepend (x, y, 42);
       8  }