ghc-6.12.1: The GHC APISource codeContentsIndex
SPARC.CodeGen.Gen64
Description
Evaluation of 64 bit values on 32 bit platforms.
Synopsis
assignMem_I64Code :: CmmExpr -> CmmExpr -> NatM InstrBlock
assignReg_I64Code :: CmmReg -> CmmExpr -> NatM InstrBlock
iselExpr64 :: CmmExpr -> NatM ChildCode64
Documentation
assignMem_I64CodeSource
:: CmmExprexpr producing the desination address
-> CmmExprexpr producing the source value.
-> NatM InstrBlock
Code to assign a 64 bit value to memory.
assignReg_I64CodeSource
:: CmmRegthe destination register
-> CmmExprexpr producing the source value
-> NatM InstrBlock
Code to assign a 64 bit value to a register.
iselExpr64 :: CmmExpr -> NatM ChildCode64Source
Get the value of an expression into a 64 bit register.
Produced by Haddock version 2.6.0