Searched refs:DecoderTable (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | FixedLenDecoderEmitter.cpp | 65 typedef std::vector<uint8_t> DecoderTable; typedef 72 DecoderTable Table; 99 void emitTable(formatted_raw_ostream &o, DecoderTable &Table, 583 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups() 614 DecoderTable &Table = TableInfo.Table; in emitTableEntry() 692 DecoderTable &Table, in emitTable() 703 DecoderTable::const_iterator I = Table.begin(); in emitTable() 704 DecoderTable::const_iterator E = Table.end(); in emitTable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|