Home
last modified time | relevance | path

Searched refs:IntelExp (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h102 IntelExpr IntelExp; member
110 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; } in AsmRewrite()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6096 if (AR.IntelExp.NeedBracs) in parseMSInlineAsm()
6098 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()
6099 OS << AR.IntelExp.BaseReg; in parseMSInlineAsm()
6100 if (AR.IntelExp.hasIndexReg()) in parseMSInlineAsm()
6102 << AR.IntelExp.IndexReg; in parseMSInlineAsm()
6103 if (AR.IntelExp.Scale > 1) in parseMSInlineAsm()
6105 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
6106 if (AR.IntelExp.hasRegs()) in parseMSInlineAsm()
6128 if (AR.IntelExp.Imm || AR.IntelExp.emitImm()) in parseMSInlineAsm()
6129 OS << (AR.IntelExp.emitImm() ? "$$" : " + $$") << AR.IntelExp.Imm; in parseMSInlineAsm()
[all …]
H A DMasmParser.cpp7554 if (AR.IntelExp.NeedBracs) in parseMSInlineAsm()
7556 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()
7557 OS << AR.IntelExp.BaseReg; in parseMSInlineAsm()
7558 if (AR.IntelExp.hasIndexReg()) in parseMSInlineAsm()
7560 << AR.IntelExp.IndexReg; in parseMSInlineAsm()
7561 if (AR.IntelExp.Scale > 1) in parseMSInlineAsm()
7563 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
7564 if (AR.IntelExp.hasRegs()) in parseMSInlineAsm()
7586 if (AR.IntelExp.Imm || AR.IntelExp.emitImm()) in parseMSInlineAsm()
7587 OS << (AR.IntelExp.emitImm() ? "$$" : " + $$") << AR.IntelExp.Imm; in parseMSInlineAsm()
[all …]