Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:STI

94                 const MCSubtargetInfo &STI) {
100 MipsELFStreamer::EmitInstruction(MaskInst, STI);
105 void sandboxIndirectJump(const MCInst &MI, const MCSubtargetInfo &STI) {
109 emitMask(AddrReg, IndirectBranchMaskReg, STI);
110 MipsELFStreamer::EmitInstruction(MI, STI);
117 const MCSubtargetInfo &STI, bool MaskBefore,
123 emitMask(BaseReg, LoadStoreStackMaskReg, STI);
125 MipsELFStreamer::EmitInstruction(MI, STI);
130 emitMask(SPReg, LoadStoreStackMaskReg, STI);
139 const MCSubtargetInfo &STI) override {
144 sandboxIndirectJump(Inst, STI);
162 sandboxLoadStoreStackChange(Inst, AddrIdx, STI, MaskBefore, MaskAfter);
179 emitMask(TargetReg, IndirectBranchMaskReg, STI);
181 MipsELFStreamer::EmitInstruction(Inst, STI);
187 MipsELFStreamer::EmitInstruction(Inst, STI);
194 MipsELFStreamer::EmitInstruction(Inst, STI);