Fix overflow handling of VLE_SDA21
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 25eb976c77bc83cb8e7808049ffc1e96262e1b2a..90b51d99ab0fb4c58010dbae23b86a8767b64665 100644 (file)
@@ -1,6 +1,5 @@
 /* Declarations for Intel 80386 opcode table
-   Copyright 2007, 2008, 2009, 2010, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 2007-2014 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
@@ -169,6 +168,14 @@ enum
   CpuSHA,
   /* VREX support required  */
   CpuVREX,
+  /* CLFLUSHOPT instruction required */
+  CpuClflushOpt,
+  /* XSAVES/XRSTORS instruction required */
+  CpuXSAVES,
+  /* XSAVEC instruction required */
+  CpuXSAVEC,
+  /* PREFETCHWT1 instruction required */
+  CpuPREFETCHWT1,
   /* 64bit support required  */
   Cpu64,
   /* Not supported in the 64bit mode  */
@@ -260,6 +267,10 @@ typedef union i386_cpu_flags
       unsigned int cpusmap:1;
       unsigned int cpusha:1;
       unsigned int cpuvrex:1;
+      unsigned int cpuclflushopt:1;
+      unsigned int cpuxsaves:1;
+      unsigned int cpuxsavec:1;
+      unsigned int cpuprefetchwt1:1;
       unsigned int cpu64:1;
       unsigned int cpuno64:1;
 #ifdef CpuUnused
This page took 0.023484 seconds and 4 git commands to generate.