Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. widthInBytes :: Width -> Int

    ghc GHC.Cmm.Type

    A width in bytes.

    widthFromBytes (widthInBytes w) === w
    

  2. widthInLog :: Width -> Int

    ghc GHC.Cmm.Type

    log_2 of the width in bytes, useful for generating shifts.

  3. wordWidth :: Platform -> Width

    ghc GHC.Cmm.Type

    The width of the current platform's word size.

  4. getJumpDestBlockId :: NcgImpl statics instr jumpDest -> jumpDest -> Maybe BlockId

    ghc GHC.CmmToAsm

    No documentation available.

  5. DestBlockId :: BlockId -> JumpDest

    ghc GHC.CmmToAsm.AArch64.RegInfo

    No documentation available.

  6. getJumpDestBlockId :: JumpDest -> Maybe BlockId

    ghc GHC.CmmToAsm.AArch64.RegInfo

    No documentation available.

  7. ncgWordWidth :: NCGConfig -> Width

    ghc GHC.CmmToAsm.Config

    Return Word size

  8. platformWordWidth :: Platform -> Width

    ghc GHC.CmmToAsm.Config

    Return Word size

  9. formatToWidth :: Format -> Width

    ghc GHC.CmmToAsm.Format

    Get the Width of a Format.

  10. getBlockIdNat :: NatM BlockId

    ghc GHC.CmmToAsm.Monad

    No documentation available.

Page 485 of many | Previous | Next