Safe Haskell | Safe-Inferred |
---|
LLVM.General.AST.InlineAssembly
Description
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
Constructors
ATTDialect | |
IntelDialect |
data InlineAssembly
http://llvm.org/docs/LangRef.html#inline-assembler-expressions
to be used through CallableOperand
with a
Call
instruction
Constructors
InlineAssembly | |
Fields
|