ghc-6.12.3: The GHC APISource codeContentsIndex
RegAlloc.Linear.PPC.FreeRegs
Description
Free regs map for PowerPC
Documentation
data FreeRegs Source
Constructors
FreeRegs !Word32 !Word32
show/hide Instances
noFreeRegs :: FreeRegsSource
releaseReg :: RealReg -> FreeRegs -> FreeRegsSource
initFreeRegs :: FreeRegsSource
getFreeRegs :: RegClass -> FreeRegs -> [RealReg]Source
allocateReg :: RealReg -> FreeRegs -> FreeRegsSource
Produced by Haddock version 2.6.1