Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp261 static const uint8_t *getDecoderTable(uint64_t Size) { in getDecoderTable() function
285 Result = decodeInstruction(getDecoderTable(Size), Instr, in getInstruction()
298 Result = decodeInstruction(getDecoderTable(Size), Instr, Insn, in getInstruction()
/netbsd-src/external/apache2/llvm/dist/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()