dmd.iasmdmd
Inline assembler implementation for DMD. https://dlang.org/spec/iasm.html
License
Source: iasmdmd.d
Documentation: https://dlang.org/phobos/dmd_iasmdmd.html
-
Declaration
StatementinlineAsmSemantic(InlineAsmStatements, Scope*sc);Perform semantic analysis on InlineAsmStatement.
Parameters
InlineAsmStatementsinline asm statement
Scope*sccontext
Return Value
on success, ErrorStatement if errors happeneds -
Declaration
regm_tiasm_regs(block*bp);Called from back end.
Parameters
block*bpasm block
Return Value
mask of registers used by block
bp.