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
Statement
inlineAsmSemantic
(InlineAsmStatements
, Scope*sc
);Perform semantic analysis on InlineAsmStatement.
Parameters
InlineAsmStatement
s
inline asm statement
Scope*
sc
context
Return Value
on success, ErrorStatement if errors happeneds
-
Declaration
regm_t
iasm_regs
(block*bp
);Called from back end.
Parameters
block*
bp
asm block
Return Value
mask of registers used by block
bp
.