| ||||
| ||||
| Description | ||||
| Evaluation of 32 bit values. | ||||
| Synopsis | ||||
| ||||
| Documentation | ||||
| getSomeReg :: CmmExpr -> NatM (Reg, InstrBlock) | ||||
| The dual to getAnyReg: compute an expression into a register, but we don't mind which one it is. | ||||
| getRegister :: CmmExpr -> NatM Register | ||||
| Make code to evaluate a 32 bit expression. | ||||
| Produced by Haddock version 2.7.2 |