Lines Matching full:tables
240 /// instruction, as extracted from the LLVM instruction tables. Has methods
241 /// to interpret the information available in the LLVM tables, and to emit the
247 /// The instruction name as listed in the tables
271 /// the LLVM tables to an OperandType for use in the operand specifier.
286 /// string provided in the LLVM tables to an OperandEncoding for use in
349 /// emitDecodePath - Populates the proper fields in the decode tables
352 /// \param tables The DisassemblerTables to populate with the decode
354 void emitDecodePath(DisassemblerTables &tables) const;
360 /// \param tables The DisassemblerTables that the specifier will be added to.
363 RecognizableInstr(DisassemblerTables &tables, const CodeGenInstruction &insn,
368 /// \param tables The DiassemblerTables to be populated with decode
373 static void processInstr(DisassemblerTables &tables,