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

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allocatableRegs :: NcgImpl statics instr jumpDest -> [RealReg]

    ghc-lib GHC.CmmToAsm.Monad

    No documentation available.

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

    ghc-lib GHC.CmmToAsm.PPC.Instr

    No documentation available.

  3. allArgRegs :: [Reg]

    ghc-lib GHC.CmmToAsm.PPC.Regs

    No documentation available.

  4. allFPArgRegs :: Platform -> [Reg]

    ghc-lib GHC.CmmToAsm.PPC.Regs

    No documentation available.

  5. allMachRegNos :: [RegNo]

    ghc-lib GHC.CmmToAsm.PPC.Regs

    No documentation available.

  6. allocatableRegs :: Platform -> [RealReg]

    ghc-lib GHC.CmmToAsm.PPC.Regs

    No documentation available.

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

    ghc-lib GHC.CmmToAsm.RV64.Instr

    No documentation available.

  8. allFpArgRegs :: [Reg]

    ghc-lib GHC.CmmToAsm.RV64.Regs

    Floating point argument registers according to the calling convention

  9. allGpArgRegs :: [Reg]

    ghc-lib GHC.CmmToAsm.RV64.Regs

    Integer argument registers according to the calling convention

  10. allMachRegNos :: [RegNo]

    ghc-lib GHC.CmmToAsm.RV64.Regs

    All machine register numbers.

Page 150 of many | Previous | Next

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