(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
wrfsbase-1.c
       1  /* { dg-do compile { target { ! ia32 } } } */
       2  /* { dg-options "-O2 -mfsgsbase" } */
       3  /* { dg-final { scan-assembler "wrfsbase\[ \t]+(%|)(edi|ecx)" } } */
       4  
       5  #include <immintrin.h>
       6  
       7  void
       8  write_fs_base32 (unsigned int base)
       9  {
      10    _writefsbase_u32 (base);
      11  }