dmd.iasmdmd

Inline assembler implementation for DMD. https://dlang.org/spec/iasm.html

Members

Functions

iasm_regs
regm_t iasm_regs(block* bp)

Called from back end.

iasm_term
void iasm_term()

Clean up iasm things before exiting the compiler. Currently not called.

inlineAsmSemantic
Statement inlineAsmSemantic(InlineAsmStatement s, Scope* sc)

Perform semantic analysis on InlineAsmStatement.

Meta

Authors

Mike Cote, John Micco and Walter Bright

Suggestion Box / Bug Report