Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:MII

32                                        MCInstrInfo const &MII,
34 : MCInstPrinter(MAI, MII, MRI), MII(MII), HasExtender(false) {
38 return MII.getName(Opcode);
61 if (HexagonMCInstrInfo::isDuplex(MII, MCI)) {
91 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo &&
92 (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI)))
228 if (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI))
229 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo)