Lines Matching refs:STI
52 const MCSubtargetInfo &STI);
54 const MCSubtargetInfo &STI);
56 const MCSubtargetInfo &STI);
84 const MCSubtargetInfo &STI) { in emitSIC() argument
88 OutStreamer.emitInstruction(SICInst, STI); in emitSIC()
92 const MCSubtargetInfo &STI) { in emitBSIC() argument
100 OutStreamer.emitInstruction(BSICInst, STI); in emitBSIC()
104 const MCSubtargetInfo &STI) { in emitLEAzzi() argument
112 OutStreamer.emitInstruction(LEAInst, STI); in emitLEAzzi()
116 const MCSubtargetInfo &STI) { in emitLEASLzzi() argument
124 OutStreamer.emitInstruction(LEASLInst, STI); in emitLEASLzzi()
128 MCOperand &RD, const MCSubtargetInfo &STI) { in emitLEAzii() argument
136 OutStreamer.emitInstruction(LEAInst, STI); in emitLEAzii()
141 const MCSubtargetInfo &STI) { in emitLEASLrri() argument
148 OutStreamer.emitInstruction(LEASLInst, STI); in emitLEASLrri()
153 const MCSubtargetInfo &STI) { in emitBinary() argument
159 OutStreamer.emitInstruction(Inst, STI); in emitBinary()
163 MCOperand &RD, const MCSubtargetInfo &STI) { in emitANDrm() argument
164 emitBinary(OutStreamer, VE::ANDrm, RS1, Imm, RD, STI); in emitANDrm()
170 const MCSubtargetInfo &STI) { in emitHiLo() argument
174 emitLEAzzi(OutStreamer, lo, RD, STI); in emitHiLo()
176 emitANDrm(OutStreamer, RD, M032, RD, STI); in emitHiLo()
177 emitLEASLzzi(OutStreamer, hi, RD, STI); in emitHiLo()
181 const MCSubtargetInfo &STI) { in lowerGETGOTAndEmitMCInsts() argument
197 VEMCExpr::VK_VE_LO32, MCRegOP, OutContext, STI); in lowerGETGOTAndEmitMCInsts()
213 emitLEAzii(*OutStreamer, cim24, loImm, MCRegOP, STI); in lowerGETGOTAndEmitMCInsts()
215 emitANDrm(*OutStreamer, MCRegOP, M032, MCRegOP, STI); in lowerGETGOTAndEmitMCInsts()
216 emitSIC(*OutStreamer, RegPLT, STI); in lowerGETGOTAndEmitMCInsts()
219 emitLEASLrri(*OutStreamer, RegGOT, RegPLT, hiImm, MCRegOP, STI); in lowerGETGOTAndEmitMCInsts()
223 const MCSubtargetInfo &STI) { in lowerGETFunPLTAndEmitMCInsts() argument
261 emitLEAzii(*OutStreamer, cim24, loImm, MCRegOP, STI); in lowerGETFunPLTAndEmitMCInsts()
263 emitANDrm(*OutStreamer, MCRegOP, M032, MCRegOP, STI); in lowerGETFunPLTAndEmitMCInsts()
264 emitSIC(*OutStreamer, RegPLT, STI); in lowerGETFunPLTAndEmitMCInsts()
267 emitLEASLrri(*OutStreamer, MCRegOP, RegPLT, hiImm, MCRegOP, STI); in lowerGETFunPLTAndEmitMCInsts()
271 const MCSubtargetInfo &STI) { in lowerGETTLSAddrAndEmitMCInsts() argument
309 emitLEAzii(*OutStreamer, cim24, loImm, RegS0, STI); in lowerGETTLSAddrAndEmitMCInsts()
311 emitANDrm(*OutStreamer, RegS0, M032, RegS0, STI); in lowerGETTLSAddrAndEmitMCInsts()
312 emitSIC(*OutStreamer, RegLR, STI); in lowerGETTLSAddrAndEmitMCInsts()
315 emitLEASLrri(*OutStreamer, RegS0, RegLR, hiImm, RegS0, STI); in lowerGETTLSAddrAndEmitMCInsts()
319 emitLEAzii(*OutStreamer, ci8, loImm2, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts()
320 emitANDrm(*OutStreamer, RegS12, M032, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts()
323 emitLEASLrri(*OutStreamer, RegS12, RegLR, hiImm2, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts()
324 emitBSIC(*OutStreamer, RegLR, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts()