Searched refs:DecoderTable (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/Disassembler/ |
| H A D | MSP430Disassembler.cpp | 312 const uint8_t *DecoderTable = Words == 2 ? DecoderTable32 : DecoderTable16; in getInstructionII() local 313 DecodeStatus Result = decodeInstruction(DecoderTable, MI, Insn, Address, in getInstructionII()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 86 typedef std::vector<uint8_t> DecoderTable; typedef 93 DecoderTable Table; 134 void emitTable(formatted_raw_ostream &o, DecoderTable &Table, 652 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups() 684 DecoderTable &Table = TableInfo.Table; in emitTableEntry() 763 void DecoderEmitter::emitTable(formatted_raw_ostream &OS, DecoderTable &Table, in emitTable() 773 DecoderTable::const_iterator I = Table.begin(); in emitTable() 774 DecoderTable::const_iterator E = Table.end(); in emitTable()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 1253 const uint8_t *DecoderTable = ARM::isCDECoproc(Coproc, STI) in getThumbInstruction() local 1257 decodeInstruction(DecoderTable, MI, Insn32, Address, this, STI); in getThumbInstruction()
|