Searched refs:getDecoderTable (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/ |
H A D | AVRDisassembler.cpp | 464 static const uint8_t *getDecoderTable(uint64_t Size) { in getDecoderTable() function 500 Result = decodeInstruction(getDecoderTable(Size), Instr, Insn, Address, in getInstruction() 519 Result = decodeInstruction(getDecoderTable(Size), Instr, Insn, Address, in getInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
H A D | MSP430Disassembler.cpp | 205 static const uint8_t *getDecoderTable(AddrMode SrcAM, unsigned Words) { in getDecoderTable() function 273 DecodeStatus Result = decodeInstruction(getDecoderTable(SrcAM, Words), MI, in getInstructionI()
|