More x86 disassembler filtering cleanup.
[oota-llvm.git] / utils / TableGen / X86DisassemblerTables.h
index 3861b7409d54d455c4aeb020beaab1a897f1911c..bf8b1271e9af4a5747debd2f5d02d9ceeca0b626 100644 (file)
@@ -40,7 +40,10 @@ private:
   /// [3] three-byte opcodes of the form 0f 3a __
   /// [4] three-byte opcodes of the form 0f a6 __
   /// [5] three-byte opcodes of the form 0f a7 __
-  ContextDecision* Tables[6];
+  /// [6] XOP8 map opcode
+  /// [7] XOP9 map opcode
+  /// [8] XOPA map opcode
+  ContextDecision* Tables[9];
 
   // Table of ModRM encodings.
   typedef std::map<std::vector<unsigned>, unsigned> ModRMMapTy;