Lines Matching defs:STI
64 StringRef Annot, const MCSubtargetInfo &STI,
70 Res = RISCVRVC::uncompress(UncompressedMI, *MI, STI);
73 if (!PrintAliases || NoAliases || !printAliasInstr(NewMI, Address, STI, O))
74 printInstruction(NewMI, Address, STI, O);
83 const MCSubtargetInfo &STI, raw_ostream &O,
104 const MCSubtargetInfo &STI,
108 return printOperand(MI, OpNo, STI, O);
112 if (!STI.hasFeature(RISCV::Feature64Bit))
121 const MCSubtargetInfo &STI,
126 if (Reg.haveRequiredFeatures(STI.getFeatureBits())) {
135 const MCSubtargetInfo &STI,
153 const MCSubtargetInfo &STI, raw_ostream &O) {
162 const MCSubtargetInfo &STI,
175 const MCSubtargetInfo &STI,
198 const MCSubtargetInfo &STI,
209 const MCSubtargetInfo &STI, raw_ostream &O) {
226 const MCSubtargetInfo &STI, raw_ostream &O) {
264 const MCSubtargetInfo &STI, raw_ostream &O) {
280 const MCSubtargetInfo &STI, raw_ostream &O,
283 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit);
300 const MCSubtargetInfo &STI,