ghc-7.0.3: The GHC API

SPARC.AddrMode

Synopsis

Documentation

data AddrMode Source

Represents a memory address in an instruction. Being a RISC machine, the SPARC addressing modes are very regular.

addrOffset :: AddrMode -> Int -> Maybe AddrModeSource

Add an integer offset to the address in an AddrMode.