Add znver1 processor
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 76402d11db324beb61af907bc62344f89ea3b711..ed486a39b3fcc3ac31b6a749d32885203f2da522 100644 (file)
@@ -192,6 +192,8 @@ enum
   CpuAVX512IFMA,
   /* Intel AVX-512 VBMI Instructions support required.  */
   CpuAVX512VBMI,
+  /* Clzero instruction required */ 
+  CpuCLZERO,
   /* 64bit support required  */
   Cpu64,
   /* Not supported in the 64bit mode  */
@@ -295,6 +297,7 @@ typedef union i386_cpu_flags
       unsigned int cpupcommit:1;
       unsigned int cpuavx512ifma:1;
       unsigned int cpuavx512vbmi:1;
+      unsigned int cpuclzero:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
 #ifdef CpuUnused
This page took 0.023384 seconds and 4 git commands to generate.