Home | History | Annotate | Download | only in TableGen

Lines Matching refs:DisassemblerTables

35 ///   instruction into DisassemblerTables.
220 /// instruction into a DisassemblerTables.
222 /// @arg tables - The DisassemblerTables to populate with the specifier for
224 void emitInstructionSpecifier(DisassemblerTables &tables);
229 /// @arg tables - The DisassemblerTables to populate with the decode
231 void emitDecodePath(DisassemblerTables &tables) const;
236 /// @arg tables - The DisassemblerTables that the specifier will be added to.
239 RecognizableInstr(DisassemblerTables &tables,
244 /// for it into a DisassemblerTables if appropriate.
251 static void processInstr(DisassemblerTables &tables,