ghc-7.8.20140130: The GHC API

Safe HaskellNone
LanguageHaskell98

SPARC.Ppr

Synopsis

Documentation

pprSectionHeader :: Section -> SDocSource

Pretty print a section / segment header. On SPARC all the data sections must be at least 8 byte aligned incase we store doubles in them.

pprInstr :: Instr -> SDocSource

Pretty print an instruction.

pprSize :: Size -> SDocSource

Pretty print a size for an instruction suffix.

pprImm :: Imm -> SDocSource

Pretty print an immediate value.

pprDataItem :: CmmLit -> SDocSource

Pretty print a data item.