ghc-7.8.4: The GHC API

Safe HaskellNone
LanguageHaskell98

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 AddrMode Source

Add an integer offset to the address in an AddrMode.