Home
last modified time | relevance | path

Searched refs:DecoderTable (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp77 typedef std::vector<uint8_t> DecoderTable; typedef
84 DecoderTable Table;
123 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
606 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
638 DecoderTable &Table = TableInfo.Table; in emitTableEntry()
718 DecoderTable &Table, in emitTable()
729 DecoderTable::const_iterator I = Table.begin(); in emitTable()
730 DecoderTable::const_iterator E = Table.end(); in emitTable()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp318 const uint8_t *DecoderTable = Words == 2 ? DecoderTable32 : DecoderTable16; in getInstructionII() local
319 DecodeStatus Result = decodeInstruction(DecoderTable, MI, Insn, Address, in getInstructionII()