NuPlusAsmPrinter.cpp

From NaplesPU Documentation
Revision as of 19:11, 11 June 2018 by Edo (talk | contribs) (Created page with "This class primarily handles common functionality used by the nu+ asm writer. For instance, the ''PrintAsmOperand'' and the ''PrintAsmMemoryOperand'' are used to specify how t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This class primarily handles common functionality used by the nu+ asm writer. For instance, the PrintAsmOperand and the PrintAsmMemoryOperand are used to specify how to print a specified operand or memory operand in case of ASM instructions. Similarly, the EmitConstantPool is used to print the assembly representations of the constants, which have been "spilled to memory", in the constant pool.