Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp137 class DecoderTable { class
139 DecoderTable() { Data.reserve(16384); } in DecoderTable() function in __anonfc09cd8b0111::DecoderTable
189 DecoderTable Table;
229 unsigned emitTable(formatted_raw_ostream &OS, DecoderTable &Table,
737 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
766 DecoderTable &Table = TableInfo.Table; in emitTableEntry()
836 DecoderTable &Table, unsigned BitWidth, in emitTable()
851 auto emitULEB128 = [](DecoderTable::const_iterator &I, in emitTable()
860 auto emitNumToSkip = [](DecoderTable::const_iterator &I, in emitTable()
878 DecoderTable::const_iterator I = Table.begin(); in emitTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp313 const uint8_t *DecoderTable = Words == 2 ? DecoderTable32 : DecoderTable16; in getInstructionII() local
314 DecodeStatus Result = decodeInstruction(DecoderTable, MI, Insn, Address, in getInstructionII()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1256 const uint8_t *DecoderTable = ARM::isCDECoproc(Coproc, STI) in getThumbInstruction() local
1260 decodeInstruction(DecoderTable, MI, Insn32, Address, this, STI); in getThumbInstruction()