ghc-8.8.1: The GHC API
Safe HaskellNone
LanguageHaskell2010

SPARC.Ppr

Synopsis

Documentation

pprInstr :: Instr -> SDoc Source #

Pretty print an instruction.

pprFormat :: Format -> SDoc Source #

Pretty print a format for an instruction suffix.

pprImm :: Imm -> SDoc Source #

Pretty print an immediate value.

pprDataItem :: CmmLit -> SDoc Source #

Pretty print a data item.

Orphan instances

Outputable Instr Source # 
Instance details