Home | History | Annotate | Download | only in X86

Lines Matching defs:STI

72                      const MCSubtargetInfo &STI);
89 const MCSubtargetInfo &STI) {
94 CodeEmitter->encodeInstruction(Inst, VecOS, Fixups, STI);
102 MCStreamer &OutStreamer, const MCSubtargetInfo &STI) {
106 MF->getSubtarget<X86Subtarget>().is64Bit(), STI);
792 static void EmitNops(MCStreamer &OS, unsigned NumBytes, bool Is64Bit, const MCSubtargetInfo &STI) {
827 OS.EmitInstruction(MCInstBuilder(Opc), STI);
830 OS.EmitInstruction(MCInstBuilder(Opc).addReg(X86::AX), STI);
836 .addImm(Displacement).addReg(SegmentReg), STI);