Safe Haskell | Safe-Inferred |
---|
A representation of an LLVM inline assembly
- data Dialect
- data InlineAssembly = InlineAssembly {
- type' :: Type
- assembly :: String
- constraints :: String
- hasSideEffects :: Bool
- alignStack :: Bool
- dialect :: Dialect
Documentation
data Dialect
the dialect of assembly used in an inline assembly string http://en.wikipedia.org/wiki/X86_assembly_language#Syntax
data InlineAssembly
http://llvm.org/docs/LangRef.html#inline-assembler-expressions
to be used through CallableOperand
with a
Call
instruction
InlineAssembly | |
|