Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp312 const uint8_t *DecoderTable = Words == 2 ? DecoderTable32 : DecoderTable16; in getInstructionII() local
313 DecodeStatus Result = decodeInstruction(DecoderTable, MI, Insn, Address, in getInstructionII()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp88 typedef std::vector<uint8_t> DecoderTable; typedef
95 DecoderTable Table;
136 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
654 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
686 DecoderTable &Table = TableInfo.Table; in emitTableEntry()
765 void DecoderEmitter::emitTable(formatted_raw_ostream &OS, DecoderTable &Table, in emitTable()
775 DecoderTable::const_iterator I = Table.begin(); in emitTable()
776 DecoderTable::const_iterator E = Table.end(); in emitTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1253 const uint8_t *DecoderTable = ARM::isCDECoproc(Coproc, STI) in getThumbInstruction() local
1257 decodeInstruction(DecoderTable, MI, Insn32, Address, this, STI); in getThumbInstruction()