Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:STI

34   const MCSubtargetInfo &STI;
37 X86MCCodeEmitter(const MCInstrInfo &mcii, const MCSubtargetInfo &sti,
39 : MCII(mcii), STI(sti), Ctx(ctx) {
46 return (STI.getFeatureBits() & X86::Mode64Bit) != 0;
51 return (STI.getFeatureBits() & X86::Mode64Bit) == 0;
143 const MCSubtargetInfo &STI,
145 return new X86MCCodeEmitter(MCII, STI, Ctx);