Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. frAllocateReg :: FR freeRegs => Platform -> RealReg -> freeRegs -> freeRegs

    ghc GHC.CmmToAsm.Reg.Linear.FreeRegs

    No documentation available.

  2. WasmCCall :: forall (a :: WasmType) (b :: [WasmType]) (c :: [WasmType]) . SymName -> WasmInstr a b c

    ghc GHC.CmmToAsm.Wasm.Types

    No documentation available.

  3. WasmCCallIndirect :: forall (arg_tys :: [WasmType]) (ret_tys :: [WasmType]) (a :: WasmType) (pre :: [WasmType]) (c :: [WasmType]) . TypeList arg_tys -> TypeList ret_tys -> WasmInstr a (a ': pre) c

    ghc GHC.CmmToAsm.Wasm.Types

    No documentation available.

  4. WasmFallthrough :: forall a b (c :: [WasmType]) (d :: [WasmType]) . WasmControl a b c d

    ghc GHC.CmmToAsm.Wasm.Types

    No documentation available.

  5. WasmTailCall :: forall b a (c :: [WasmType]) (d :: [WasmType]) . b -> WasmControl a b c d

    ghc GHC.CmmToAsm.Wasm.Types

    No documentation available.

  6. CALL :: Either Imm Reg -> [Reg] -> Instr

    ghc GHC.CmmToAsm.X86.Instr

    X86 call instruction

  7. canFallthroughTo :: Instr -> BlockId -> Bool

    ghc GHC.CmmToAsm.X86.Instr

    No documentation available.

  8. mkStackAllocInstr :: Platform -> Int -> [Instr]

    ghc GHC.CmmToAsm.X86.Instr

    No documentation available.

  9. mkStackDeallocInstr :: Platform -> Int -> [Instr]

    ghc GHC.CmmToAsm.X86.Instr

    No documentation available.

  10. callClobberedRegs :: Platform -> [Reg]

    ghc GHC.CmmToAsm.X86.Regs

    these are the regs which we cannot assume stay alive over a C call.

Page 259 of many | Previous | Next