Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp85 typedef std::vector<uint8_t> DecoderTable; typedef
92 DecoderTable Table;
143 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
639 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
671 DecoderTable &Table = TableInfo.Table; in emitTableEntry()
751 DecoderTable &Table, in emitTable()
762 DecoderTable::const_iterator I = Table.begin(); in emitTable()
763 DecoderTable::const_iterator E = Table.end(); in emitTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1093 const uint8_t *DecoderTable = ARM::isCDECoproc(Coproc, STI) in getThumbInstruction() local
1097 decodeInstruction(DecoderTable, MI, Insn32, Address, this, STI); in getThumbInstruction()