reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARC/Disassembler/ARCDisassembler.cpp
  320       if (!readInstruction64(Bytes, Address, Size, Insn64))
  323           decodeInstruction(DecoderTable64, Instr, Insn64, Address, this, STI);
  331     if (!readInstruction32(Bytes, Address, Size, Insn32)) {
  335     return decodeInstruction(DecoderTable32, Instr, Insn32, Address, this, STI);
  340       if (!readInstruction48(Bytes, Address, Size, Insn48))
  343           decodeInstruction(DecoderTable48, Instr, Insn48, Address, this, STI);
  354     if (!readInstruction16(Bytes, Address, Size, Insn16))
  358     return decodeInstruction(DecoderTable16, Instr, Insn16, Address, this, STI);