ghc-lib-8.8.1.20191204: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

SPARC.Ppr

Contents

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

Methods

ppr :: Instr -> SDoc #

pprPrec :: Rational -> Instr -> SDoc #