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