Lines Matching defs:STI
37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const {
38 return (STI.hasFeature(Sparc::FeatureV9)) != 0;
51 StringRef Annot, const MCSubtargetInfo &STI,
53 if (!printAliasInstr(MI, Address, STI, O) &&
54 !printSparcAliasInstr(MI, STI, O))
55 printInstruction(MI, Address, STI, O);
60 const MCSubtargetInfo &STI,
81 O << "\tjmp "; printMemOperand(MI, 1, STI, O);
84 O << "\tcall "; printMemOperand(MI, 1, STI, O);
90 if (isV9(STI)
105 printOperand(MI, 1, STI, O);
107 printOperand(MI, 2, STI, O);
114 const MCSubtargetInfo &STI,
120 if (isV9(STI))
150 const MCSubtargetInfo &STI,
157 printOperand(MI, opNum, STI, O);
170 printOperand(MI, opNum + 1, STI, O);
175 const MCSubtargetInfo &STI,
218 const MCSubtargetInfo &STI,
225 const MCSubtargetInfo &STI,
248 const MCSubtargetInfo &STI, raw_ostream &O) {
251 if (isV9(STI) && ASITag)
258 const MCSubtargetInfo &STI,