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

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. StgPrimCallOp :: PrimCall -> StgOp

    ghc-lib-parser GHC.Stg.Syntax

    No documentation available.

  2. stgToCmmAllowArith64 :: StgToCmmConfig -> !Bool

    ghc-lib-parser GHC.StgToCmm.Config

    Allowed to emit 64-bit arithmetic operations

  3. stgToCmmAllowExtendedAddSubInstrs :: StgToCmmConfig -> !Bool

    ghc-lib-parser GHC.StgToCmm.Config

    Allowed to generate AddWordC, SubWordC, Add2, etc.

  4. stgToCmmAllowFMAInstr :: StgToCmmConfig -> FMASign -> Bool

    ghc-lib-parser GHC.StgToCmm.Config

    Allowed to generate FMA instruction

  5. stgToCmmAllowIntMul2Instr :: StgToCmmConfig -> !Bool

    ghc-lib-parser GHC.StgToCmm.Config

    Allowed to generate IntMul2 instruction

  6. stgToCmmAllowQuot64 :: StgToCmmConfig -> !Bool

    ghc-lib-parser GHC.StgToCmm.Config

    Allowed to emit 64-bit division operations

  7. stgToCmmAllowQuotRem2 :: StgToCmmConfig -> !Bool

    ghc-lib-parser GHC.StgToCmm.Config

    Allowed to generate QuotRem

  8. stgToCmmAllowQuotRemInstr :: StgToCmmConfig -> !Bool

    ghc-lib-parser GHC.StgToCmm.Config

    Allowed to generate QuotRem instructions

  9. stgToCmmAllowWordMul2Instr :: StgToCmmConfig -> !Bool

    ghc-lib-parser GHC.StgToCmm.Config

    Allowed to generate WordMul2 instruction

  10. stgToCmmFastPAPCalls :: StgToCmmConfig -> !Bool

    ghc-lib-parser GHC.StgToCmm.Config

    No documentation available.

Page 593 of many | Previous | Next

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