Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:STI

35   const MCSubtargetInfo &STI;
38 X86MCCodeEmitter(const MCInstrInfo &mcii, const MCSubtargetInfo &sti,
40 : MCII(mcii), STI(sti), Ctx(ctx) {
47 return (STI.getFeatureBits() & X86::Mode64Bit) != 0;
52 return (STI.getFeatureBits() & X86::Mode64Bit) == 0;
144 const MCSubtargetInfo &STI,
146 return new X86MCCodeEmitter(MCII, STI, Ctx);