Lines Matching refs:Tables
1 //===- X86DisassemblerTables.h - Disassembler tables ------------*- C++ -*-===//
11 // It contains the interface of the disassembler tables.
29 /// DisassemblerTables - Encapsulates all the decode tables being generated by
30 /// the table emitter. Contains functions to populate the tables as well as
35 /// The decoder tables. There is one for each opcode type:
42 ContextDecision* Tables[6];
54 /// of the instruction as listed in the LLVM tables.
79 /// nnnn is the number of a table for looking up these values. The tables
80 /// are written separately so that tables consisting entirely of zeros will
115 /// stream and indent level for the UID tables generated by
118 /// @param o1 - The output stream to print the ID tables generated by
153 /// @param o1 - The output stream to print the ID tables generated by
218 /// @param o1 - The output stream to print the ID tables generated by
247 /// @param o - The output stream to print the tables to.
252 /// decode tables to point to a specific uid.
284 // from any instructions added to the tables.