OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitImm
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h
88
bool
emitImm
() const { return !(hasRegs() || hasOffset()); }
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp
6106
if (AR.IntelExp.Imm || AR.IntelExp.
emitImm
())
6107
OS << (AR.IntelExp.
emitImm
() ? "$$" : " + $$") << AR.IntelExp.Imm;
MasmParser.cpp
7239
if (AR.IntelExp.Imm || AR.IntelExp.
emitImm
())
7240
OS << (AR.IntelExp.
emitImm
() ? "$$" : " + $$") << AR.IntelExp.Imm;
Completed in 113 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026