Safe Haskell | Safe |
---|---|
Language | Haskell98 |
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
the dialect of assembly used in an inline assembly string http://en.wikipedia.org/wiki/X86_assembly_language#Syntax
data InlineAssembly Source
http://llvm.org/docs/LangRef.html#inline-assembler-expressions
to be used through CallableOperand
with a
Call
instruction
InlineAssembly | |
|