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

References

lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  924       decodeInstruction(DecoderTableThumb16, MI, Insn16, Address, this, STI);
  927     Check(Result, AddThumbPredicate(MI));
  931   Result = decodeInstruction(DecoderTableThumbSBit16, MI, Insn16, Address, this,
  936     Check(Result, AddThumbPredicate(MI));
  937     AddThumb1SBit(MI, InITBlock);
  942       decodeInstruction(DecoderTableThumb216, MI, Insn16, Address, this, STI);
  948     if (MI.getOpcode() == ARM::t2IT && ITBlock.instrInITBlock())
  951     Check(Result, AddThumbPredicate(MI));
  956     if (MI.getOpcode() == ARM::t2IT) {
  957       unsigned Firstcond = MI.getOperand(0).getImm();
  958       unsigned Mask = MI.getOperand(1).getImm();
  979       decodeInstruction(DecoderTableMVE32, MI, Insn32, Address, this, STI);
  985     if (isVPTOpcode(MI.getOpcode()) && VPTBlock.instrInVPTBlock())
  988     Check(Result, AddThumbPredicate(MI));
  990     if (isVPTOpcode(MI.getOpcode())) {
  991       unsigned Mask = MI.getOperand(0).getImm();
  999       decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI);
 1003     Check(Result, AddThumbPredicate(MI));
 1004     AddThumb1SBit(MI, InITBlock);
 1009       decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI);
 1012     Check(Result, AddThumbPredicate(MI));
 1013     return checkDecodedInstruction(MI, Size, Address, OS, CS, Insn32, Result);
 1018         decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI);
 1021       UpdateThumbVFPPredicate(Result, MI);
 1027       decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI);
 1034     Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this,
 1038       Check(Result, AddThumbPredicate(MI));
 1047     Result = decodeInstruction(DecoderTableNEONLoadStore32, MI, NEONLdStInsn,
 1051       Check(Result, AddThumbPredicate(MI));
 1061     Result = decodeInstruction(DecoderTableNEONData32, MI, NEONDataInsn,
 1065       Check(Result, AddThumbPredicate(MI));
 1073     Result = decodeInstruction(DecoderTablev8Crypto32, MI, NEONCryptoInsn,
 1082     Result = decodeInstruction(DecoderTablev8NEON32, MI, NEONv8Insn, Address,
 1091       decodeInstruction(DecoderTableThumb2CoProc32, MI, Insn32, Address, this, STI);
 1094     Check(Result, AddThumbPredicate(MI));