Lines Matching defs:STI
36 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const {
37 return (STI.hasFeature(Sparc::FeatureV9)) != 0;
50 StringRef Annot, const MCSubtargetInfo &STI,
52 if (!printAliasInstr(MI, Address, STI, O) &&
53 !printSparcAliasInstr(MI, STI, O))
54 printInstruction(MI, Address, STI, O);
59 const MCSubtargetInfo &STI,
80 O << "\tjmp "; printMemOperand(MI, 1, STI, O);
83 O << "\tcall "; printMemOperand(MI, 1, STI, O);
89 if (isV9(STI)
104 printOperand(MI, 1, STI, O);
106 printOperand(MI, 2, STI, O);
113 const MCSubtargetInfo &STI,
119 if (isV9(STI))
149 const MCSubtargetInfo &STI,
156 printOperand(MI, opNum, STI, O);
169 printOperand(MI, opNum + 1, STI, O);
174 const MCSubtargetInfo &STI,
217 const MCSubtargetInfo &STI,
224 const MCSubtargetInfo &STI,
247 const MCSubtargetInfo &STI, raw_ostream &O) {
250 if (isV9(STI) && ASITag)
257 const MCSubtargetInfo &STI,