Searched refs:IntelExp (Results 1 – 2 of 2) sorted by relevance
112 IntelExpr IntelExp; member120 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; } in AsmRewrite()
5775 if (AR.IntelExp.NeedBracs) in parseMSInlineAsm()5777 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()5778 OS << AR.IntelExp.BaseReg; in parseMSInlineAsm()5779 if (AR.IntelExp.hasIndexReg()) in parseMSInlineAsm()5780 OS << (AR.IntelExp.hasBaseReg() ? " + " : "") in parseMSInlineAsm()5781 << AR.IntelExp.IndexReg; in parseMSInlineAsm()5782 if (AR.IntelExp.Scale > 1) in parseMSInlineAsm()5783 OS << " * $$" << AR.IntelExp.Scale; in parseMSInlineAsm()5784 if (AR.IntelExp.Imm || !AR.IntelExp.hasRegs()) in parseMSInlineAsm()5785 OS << (AR.IntelExp.hasRegs() ? " + $$" : "$$") << AR.IntelExp.Imm; in parseMSInlineAsm()[all …]