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

References

lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  979       decodeInstruction(DecoderTableMVE32, MI, Insn32, Address, this, STI);
  999       decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI);
 1009       decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI);
 1013     return checkDecodedInstruction(MI, Size, Address, OS, CS, Insn32, Result);
 1016   if (fieldFromInstruction(Insn32, 28, 4) == 0xE) {
 1018         decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI);
 1027       decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI);
 1033   if (fieldFromInstruction(Insn32, 28, 4) == 0xE) {
 1034     Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this,
 1043   if (fieldFromInstruction(Insn32, 24, 8) == 0xF9) {
 1044     uint32_t NEONLdStInsn = Insn32;
 1056   if (fieldFromInstruction(Insn32, 24, 4) == 0xF) {
 1057     uint32_t NEONDataInsn = Insn32;
 1069     uint32_t NEONCryptoInsn = Insn32;
 1080     uint32_t NEONv8Insn = Insn32;
 1091       decodeInstruction(DecoderTableThumb2CoProc32, MI, Insn32, Address, this, STI);