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

References

lib/Target/ARM/Disassembler/ARMDisassembler.cpp
 1705       if (coproc == 0xA || coproc == 0xB ||
 1705       if (coproc == 0xA || coproc == 0xB ||
 1707            (coproc == 0x8 || coproc == 0x9 || coproc == 0xA || coproc == 0xB ||
 1707            (coproc == 0x8 || coproc == 0x9 || coproc == 0xA || coproc == 0xB ||
 1707            (coproc == 0x8 || coproc == 0x9 || coproc == 0xA || coproc == 0xB ||
 1707            (coproc == 0x8 || coproc == 0x9 || coproc == 0xA || coproc == 0xB ||
 1708             coproc == 0xE || coproc == 0xF)))
 1708             coproc == 0xE || coproc == 0xF)))
 1715   if (featureBits[ARM::HasV8Ops] && (coproc != 14))
 1718   Inst.addOperand(MCOperand::createImm(coproc));