ghc-9.0.1: The GHC API
Safe HaskellNone
LanguageHaskell2010

GHC.CmmToAsm.PPC.Instr

Synopsis

Documentation

data RI Source #

Constructors

RIReg Reg 
RIImm Imm 

data Instr Source #

stackFrameHeaderSize :: Platform -> Int Source #

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

maxSpillSlots :: NCGConfig -> Int Source #

The number of spill slots available without allocating more.