Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp86 typedef std::vector<uint8_t> DecoderTable; typedef
93 DecoderTable Table;
143 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
664 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
696 DecoderTable &Table = TableInfo.Table; in emitTableEntry()
775 void DecoderEmitter::emitTable(formatted_raw_ostream &OS, DecoderTable &Table, in emitTable()
785 DecoderTable::const_iterator I = Table.begin(); in emitTable()
786 DecoderTable::const_iterator E = Table.end(); in emitTable()
/llvm-project-15.0.7/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()