ghc-9.2.5: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.CmmToAsm.SPARC.Ppr

Synopsis

Documentation

pprInstr :: Platform -> Instr -> SDoc Source #

Pretty print an instruction.

pprFormat :: Format -> SDoc Source #

Pretty print a format for an instruction suffix.

pprImm :: Platform -> Imm -> SDoc Source #

Pretty print an immediate value.

pprDataItem :: Platform -> CmmLit -> SDoc Source #

Pretty print a data item.

Orphan instances

OutputableP Platform Instr Source # 
Instance details

Methods

pdoc :: Platform -> Instr -> SDoc Source #