| |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| Synopsis | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| Documentation | |||||||||||||||||||||||||
| data Imm | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| strImmLit :: String -> Imm | |||||||||||||||||||||||||
| Create a ImmLit containing this string. | |||||||||||||||||||||||||
| litToImm :: CmmLit -> Imm | |||||||||||||||||||||||||
| Convert a CmmLit to an Imm. Narrow to the width: a CmmInt might be out of range, but we assume that ImmInteger only contains in-range values. A signed value should be fine here. | |||||||||||||||||||||||||
| Produced by Haddock version 2.7.2 |