ghc-8.6.4: The GHC API

Safe HaskellNone
LanguageHaskell2010

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.