Enable Intel AVX512_VP2INTERSECT insn
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index ebf446f42d64d28b2f1f577b42f187978e900be6..f89f38b998a2b56fd982b39488ff6b2fd8db6406 100644 (file)
@@ -208,6 +208,8 @@ enum
   CpuAVX512_BITALG,
   /* Intel AVX-512 BF16 Instructions support required.  */
   CpuAVX512_BF16,
+  /* Intel AVX-512 VP2INTERSECT Instructions support required.  */
+  CpuAVX512_VP2INTERSECT,
   /* mwaitx instruction required */
   CpuMWAITX,
   /* Clzero instruction required */
@@ -352,6 +354,7 @@ typedef union i386_cpu_flags
       unsigned int cpuavx512_vnni:1;
       unsigned int cpuavx512_bitalg:1;
       unsigned int cpuavx512_bf16:1;
+      unsigned int cpuavx512_vp2intersect:1;
       unsigned int cpumwaitx:1;
       unsigned int cpuclzero:1;
       unsigned int cpuospke:1;
This page took 0.023678 seconds and 4 git commands to generate.