ghc-8.8.1: The GHC API
Safe HaskellNone
LanguageHaskell2010

PPC.Instr

Synopsis

Documentation

data RI #

Constructors

RIReg Reg 
RIImm Imm 

data Instr #

Instances

Instances details
Outputable Instr # 
Instance details

Defined in PPC.Ppr

Methods

ppr :: Instr -> SDoc #

pprPrec :: Rational -> Instr -> SDoc #

Instruction Instr #

Instruction instance for powerpc

Instance details

Defined in PPC.Instr

stackFrameHeaderSize :: DynFlags -> Int #

The size of a minimal stackframe header including minimal parameter save area.

maxSpillSlots :: DynFlags -> Int #

The number of spill slots available without allocating more.