• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allFPArgRegs :: Platform -> [Reg]

    ghc GHC.CmmToAsm.PPC.Regs

    No documentation available.

  2. allMachRegNos :: [RegNo]

    ghc GHC.CmmToAsm.PPC.Regs

    No documentation available.

  3. allocatableRegs :: Platform -> [RealReg]

    ghc GHC.CmmToAsm.PPC.Regs

    No documentation available.

  4. allocateReg :: HasCallStack => RealReg -> FreeRegs -> FreeRegs

    ghc GHC.CmmToAsm.Reg.Linear.AArch64

    No documentation available.

  5. allocateReg :: RealReg -> FreeRegs -> FreeRegs

    ghc GHC.CmmToAsm.Reg.Linear.PPC

    No documentation available.

  6. allocateReg :: RealReg -> FreeRegs -> FreeRegs

    ghc GHC.CmmToAsm.Reg.Linear.X86

    No documentation available.

  7. allocateReg :: RealReg -> FreeRegs -> FreeRegs

    ghc GHC.CmmToAsm.Reg.Linear.X86_64

    No documentation available.

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

    ghc GHC.CmmToAsm.X86.Instr

    No documentation available.

  9. allArgRegs :: Platform -> [(Reg, Reg)]

    ghc GHC.CmmToAsm.X86.Regs

    No documentation available.

  10. allFPArgRegs :: Platform -> [Reg]

    ghc GHC.CmmToAsm.X86.Regs

    on 64bit platforms we pass the first 8 float/double arguments in the xmm registers.

Page 82 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete