- pprNatCmmTop :: NatCmmTop Instr -> Doc
- pprBasicBlock :: NatBasicBlock Instr -> Doc
- pprSectionHeader :: Section -> Doc
- pprData :: CmmStatic -> Doc
- pprInstr :: Instr -> Doc
- pprUserReg :: Reg -> Doc
- pprSize :: Size -> Doc
- pprImm :: Imm -> Doc
- pprDataItem :: CmmLit -> Doc
Documentation
pprNatCmmTop :: NatCmmTop Instr -> DocSource
pprSectionHeader :: Section -> DocSource
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.
pprUserReg :: Reg -> DocSource
Pretty print a register. This is an alias of pprReg for legacy reasons, should remove it.
pprDataItem :: CmmLit -> DocSource
Pretty print a data item.