Lines Matching defs:Tables
1 //===- X86DisassemblerTables.h - Disassembler tables ------------*- C++ -*-===//
11 // It contains the interface of the disassembler tables.
31 /// DisassemblerTables - Encapsulates all the decode tables being generated by
32 /// the table emitter. Contains functions to populate the tables as well as
37 /// The decoder tables. There is one for each opcode type:
44 ContextDecision* Tables[6];
56 /// of the instruction as listed in the LLVM tables.
81 /// nnnn is the number of a table for looking up these values. The tables
82 /// are written separately so that tables consisting entirely of zeros will
117 /// stream and indent level for the UID tables generated by
120 /// @param o1 - The output stream to print the ID tables generated by
155 /// @param o1 - The output stream to print the ID tables generated by
220 /// @param o1 - The output stream to print the ID tables generated by
249 /// @param o - The output stream to print the tables to.
254 /// decode tables to point to a specific uid.
282 // from any instructions added to the tables.