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

Safe HaskellNone
LanguageHaskell2010

PPC.Instr

Synopsis

Documentation

archWordFormat :: Bool -> Format Source #

data RI Source #

Constructors

data Instr Source #

Constructors

NOP
Instances
Instance details

Defined in PPC.Ppr

Methods

ppr :: Instr -> SDoc #

pprPrec :: Rational -> Instr -> SDoc #

Instruction Instr Source #

Instruction instance for powerpc

stackFrameHeaderSize :: DynFlags -> Int Source #

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

maxSpillSlots :: DynFlags -> Int Source #

The number of spill slots available without allocating more.

allocMoreStack :: Platform -> Int -> NatCmmDecl statics Instr -> UniqSM (NatCmmDecl statics Instr, [(BlockId, BlockId)]) Source #

makeFarBranches :: LabelMap CmmStatics -> [NatBasicBlock Instr] -> [NatBasicBlock Instr] Source #

AltStyle によって変換されたページ (->オリジナル) /