(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
amxfp16-asmintel-1.c
       1  /* { dg-do compile { target { ! ia32 } } } */
       2  /* { dg-require-effective-target masm_intel } */
       3  /* { dg-options "-O2 -mamx-fp16 -masm=intel" } */
       4  /* { dg-final { scan-assembler "tdpfp16ps\[ \\t]+\[^\n\]*%tmm1+\[^\n\]*%tmm2+\[^\n\]*%tmm3"  } } */
       5  #include <immintrin.h>
       6  
       7  void TEST ()
       8  {
       9    _tile_dpfp16ps (1, 2, 3);
      10  }