(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
sse2-v1ti-mov-1.c
       1  /* { dg-do compile { target int128 } } */
       2  /* { dg-options "-O2 -msse2" } */
       3  
       4  typedef unsigned __int128 uv1ti __attribute__ ((__vector_size__ (16)));
       5  
       6  uv1ti foo(__int128 x)
       7  {
       8    return (uv1ti)x;
       9  }
      10  
      11  /* { dg-final { scan-assembler-not "%\[er\]sp" } } */