Lines Matching defs:STI
62 StringRef Annot, const MCSubtargetInfo &STI,
68 Res = RISCVRVC::uncompress(UncompressedMI, *MI, STI);
71 if (!PrintAliases || NoAliases || !printAliasInstr(NewMI, Address, STI, O))
72 printInstruction(NewMI, Address, STI, O);
81 const MCSubtargetInfo &STI, raw_ostream &O,
102 const MCSubtargetInfo &STI,
106 return printOperand(MI, OpNo, STI, O);
110 if (!STI.hasFeature(RISCV::Feature64Bit))
119 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) {
278 const MCSubtargetInfo &STI, raw_ostream &O,
281 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit);
298 const MCSubtargetInfo &STI,