Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h102 IntelExpr IntelExp; member
114 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; } in AsmRewrite()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6146 if (AR.IntelExp.NeedBracs) in parseMSInlineAsm()
6148 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()
6149 OS << AR.IntelExp.BaseReg; in parseMSInlineAsm()
6150 if (AR.IntelExp.hasIndexReg()) in parseMSInlineAsm()
6152 << AR.IntelExp.IndexReg; in parseMSInlineAsm()
6153 if (AR.IntelExp.Scale > 1) in parseMSInlineAsm()
6155 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
6156 if (AR.IntelExp.hasRegs()) in parseMSInlineAsm()
6178 if (AR.IntelExp.Imm || AR.IntelExp.emitImm()) in parseMSInlineAsm()
6179 OS << (AR.IntelExp.emitImm() ? "$$" : " + $$") << AR.IntelExp.Imm; in parseMSInlineAsm()
[all …]
H A DMasmParser.cpp7504 if (AR.IntelExp.NeedBracs) in parseMSInlineAsm()
7506 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()
7507 OS << AR.IntelExp.BaseReg; in parseMSInlineAsm()
7508 if (AR.IntelExp.hasIndexReg()) in parseMSInlineAsm()
7510 << AR.IntelExp.IndexReg; in parseMSInlineAsm()
7511 if (AR.IntelExp.Scale > 1) in parseMSInlineAsm()
7513 if (AR.IntelExp.hasOffset()) { in parseMSInlineAsm()
7514 if (AR.IntelExp.hasRegs()) in parseMSInlineAsm()
7536 if (AR.IntelExp.Imm || AR.IntelExp.emitImm()) in parseMSInlineAsm()
7537 OS << (AR.IntelExp.emitImm() ? "$$" : " + $$") << AR.IntelExp.Imm; in parseMSInlineAsm()
[all …]