ghc-6.12.3: The GHC APIContentsIndex
RegAlloc.Linear.X86.FreeRegs
Description
Free regs map for i386 and x86_64
Documentation
type FreeRegs = Word32
noFreeRegs :: FreeRegs
releaseReg :: RealReg -> FreeRegs -> FreeRegs
initFreeRegs :: FreeRegs
getFreeRegs :: RegClass -> FreeRegs -> [RealReg]
allocateReg :: RealReg -> FreeRegs -> FreeRegs
Produced by Haddock version 2.6.1