Lines Matching full:tables
242 /// instruction, as extracted from the LLVM instruction tables. Has methods
243 /// to interpret the information available in the LLVM tables, and to emit the
249 /// The instruction name as listed in the tables
273 /// the LLVM tables to an OperandType for use in the operand specifier.
288 /// string provided in the LLVM tables to an OperandEncoding for use in
351 /// emitDecodePath - Populates the proper fields in the decode tables
354 /// \param tables The DisassemblerTables to populate with the decode
356 void emitDecodePath(DisassemblerTables &tables) const;
362 /// \param tables The DisassemblerTables that the specifier will be added to.
365 RecognizableInstr(DisassemblerTables &tables, const CodeGenInstruction &insn,
370 /// \param tables The DiassemblerTables to be populated with decode
375 static void processInstr(DisassemblerTables &tables,