Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:STI

37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const {
38 return (STI.getFeatureBits()[Sparc::FeatureV9]) != 0;
47 StringRef Annot, const MCSubtargetInfo &STI) {
48 if (!printAliasInstr(MI, STI, O) && !printSparcAliasInstr(MI, STI, O))
49 printInstruction(MI, STI, O);
54 const MCSubtargetInfo &STI,
75 O << "\tjmp "; printMemOperand(MI, 1, STI, O);
78 O << "\tcall "; printMemOperand(MI, 1, STI, O);
84 if (isV9(STI)
99 printOperand(MI, 1, STI, O);
101 printOperand(MI, 2, STI, O);
108 const MCSubtargetInfo &STI,
127 const MCSubtargetInfo &STI,
129 printOperand(MI, opNum, STI, O);
134 printOperand(MI, opNum+1, STI, O);
146 printOperand(MI, opNum+1, STI, O);
150 const MCSubtargetInfo &STI,
174 const MCSubtargetInfo &STI,