arc: Implement NPS-400 dcmac instruction
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 015fa8bd82c3c96c7fcfebf7ba2bc2efb20a0f6a..ba04ce47ad17b58675abeee918542bf658aca513 100644 (file)
@@ -194,6 +194,8 @@ enum
   CpuAVX512VBMI,
   /* Intel AVX-512 4FMAPS Instructions support required.  */
   CpuAVX512_4FMAPS,
+  /* Intel AVX-512 4VNNIW Instructions support required.  */
+  CpuAVX512_4VNNIW,
   /* mwaitx instruction required */
   CpuMWAITX,
   /* Clzero instruction required */
@@ -318,6 +320,7 @@ typedef union i386_cpu_flags
       unsigned int cpuavx512ifma:1;
       unsigned int cpuavx512vbmi:1;
       unsigned int cpuavx512_4fmaps:1;
+      unsigned int cpuavx512_4vnniw:1;
       unsigned int cpumwaitx:1;
       unsigned int cpuclzero:1;
       unsigned int cpuospke:1;
This page took 0.023027 seconds and 4 git commands to generate.