ghc-7.7.20120902: The GHC API
RegAlloc.Linear.X86.FreeRegs
Description
Free regs map for i386 and x86_64
type FreeRegs = Word64Source
noFreeRegs :: FreeRegsSource
releaseReg :: RealReg -> FreeRegs -> FreeRegsSource
initFreeRegs :: Platform -> FreeRegsSource
getFreeRegs :: Platform -> RegClass -> FreeRegs -> [RealReg]Source
allocateReg :: RealReg -> FreeRegs -> FreeRegsSource