|
|
|
Description |
Evaluation of 64 bit values on 32 bit platforms.
|
|
Synopsis |
|
|
|
Documentation |
|
|
:: CmmExpr | expr producing the desination address
| -> CmmExpr | expr producing the source value.
| -> NatM InstrBlock | | Code to assign a 64 bit value to memory.
|
|
|
|
:: CmmReg | the destination register
| -> CmmExpr | expr producing the source value
| -> NatM InstrBlock | | Code to assign a 64 bit value to a register.
|
|
|
|
Get the value of an expression into a 64 bit register.
|
|
Produced by Haddock version 2.6.1 |