Add clwb instruction
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 88061425a463363ffafd3c76be141458270ddde5..f65f3177dc82e561bb0a50675fd505f52a26ed1e 100644 (file)
@@ -184,6 +184,8 @@ enum
   CpuPREFETCHWT1,
   /* SE1 instruction required */
   CpuSE1,
+  /* CLWB instruction required */
+  CpuCLWB,
   /* 64bit support required  */
   Cpu64,
   /* Not supported in the 64bit mode  */
@@ -283,6 +285,7 @@ typedef union i386_cpu_flags
       unsigned int cpuxsavec:1;
       unsigned int cpuprefetchwt1:1;
       unsigned int cpuse1:1;
+      unsigned int cpuclwb:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
 #ifdef CpuUnused
This page took 0.061348 seconds and 4 git commands to generate.