Lines Matching defs:STI

49                                  const MCSubtargetInfo &STI);
51 const MCSubtargetInfo &STI);
53 const MCSubtargetInfo &STI);
83 const MCSubtargetInfo &STI) {
87 OutStreamer.emitInstruction(SICInst, STI);
91 const MCSubtargetInfo &STI) {
99 OutStreamer.emitInstruction(BSICInst, STI);
103 const MCSubtargetInfo &STI) {
111 OutStreamer.emitInstruction(LEAInst, STI);
115 const MCSubtargetInfo &STI) {
123 OutStreamer.emitInstruction(LEASLInst, STI);
127 MCOperand &RD, const MCSubtargetInfo &STI) {
135 OutStreamer.emitInstruction(LEAInst, STI);
140 const MCSubtargetInfo &STI) {
147 OutStreamer.emitInstruction(LEASLInst, STI);
152 const MCSubtargetInfo &STI) {
158 OutStreamer.emitInstruction(Inst, STI);
162 MCOperand &RD, const MCSubtargetInfo &STI) {
163 emitBinary(OutStreamer, VE::ANDrm, RS1, Imm, RD, STI);
169 const MCSubtargetInfo &STI) {
173 emitLEAzzi(OutStreamer, lo, RD, STI);
175 emitANDrm(OutStreamer, RD, M032, RD, STI);
176 emitLEASLzzi(OutStreamer, hi, RD, STI);
180 const MCSubtargetInfo &STI) {
196 VEMCExpr::VK_VE_LO32, MCRegOP, OutContext, STI);
212 emitLEAzii(*OutStreamer, cim24, loImm, MCRegOP, STI);
214 emitANDrm(*OutStreamer, MCRegOP, M032, MCRegOP, STI);
215 emitSIC(*OutStreamer, RegPLT, STI);
218 emitLEASLrri(*OutStreamer, RegGOT, RegPLT, hiImm, MCRegOP, STI);
222 const MCSubtargetInfo &STI) {
260 emitLEAzii(*OutStreamer, cim24, loImm, MCRegOP, STI);
262 emitANDrm(*OutStreamer, MCRegOP, M032, MCRegOP, STI);
263 emitSIC(*OutStreamer, RegPLT, STI);
266 emitLEASLrri(*OutStreamer, MCRegOP, RegPLT, hiImm, MCRegOP, STI);
270 const MCSubtargetInfo &STI) {
308 emitLEAzii(*OutStreamer, cim24, loImm, RegS0, STI);
310 emitANDrm(*OutStreamer, RegS0, M032, RegS0, STI);
311 emitSIC(*OutStreamer, RegLR, STI);
314 emitLEASLrri(*OutStreamer, RegS0, RegLR, hiImm, RegS0, STI);
318 emitLEAzii(*OutStreamer, ci8, loImm2, RegS12, STI);
319 emitANDrm(*OutStreamer, RegS12, M032, RegS12, STI);
322 emitLEASLrri(*OutStreamer, RegS12, RegLR, hiImm2, RegS12, STI);
323 emitBSIC(*OutStreamer, RegLR, RegS12, STI);