Home
last modified time | relevance | path

Searched refs:getDecoderTable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp464 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 DMSP430Disassembler.cpp205 static const uint8_t *getDecoderTable(AddrMode SrcAM, unsigned Words) { in getDecoderTable() function
273 DecodeStatus Result = decodeInstruction(getDecoderTable(SrcAM, Words), MI, in getInstructionI()