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 :: Platform -> [RealReg]

    ghc-lib GHC.CmmToAsm.RV64.Regs

    Registers available to the register allocator. These are all registers minus those with a fixed role in RISCV ABI (zero, lr, sp, gp, tp, fp, tmp) and GHC RTS (Base, Sp, Hp, HpLim, R1..R8, F1..F6, D1..D6.)

  2. allocateReg :: HasDebugCallStack => RealReg -> FreeRegs -> FreeRegs

    ghc-lib GHC.CmmToAsm.Reg.Linear.AArch64

    No documentation available.

  3. allFreeRegs :: FR freeRegs => Platform -> freeRegs -> [RealReg]

    ghc-lib GHC.CmmToAsm.Reg.Linear.FreeRegs

    No documentation available.

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

    ghc-lib GHC.CmmToAsm.Reg.Linear.PPC

    No documentation available.

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

    ghc-lib GHC.CmmToAsm.Reg.Linear.RV64

    Set corresponding register bit to 0

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

    ghc-lib GHC.CmmToAsm.Reg.Linear.X86

    No documentation available.

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

    ghc-lib GHC.CmmToAsm.Reg.Linear.X86_64

    No documentation available.

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

    ghc-lib GHC.CmmToAsm.X86.Instr

    No documentation available.

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

    ghc-lib GHC.CmmToAsm.X86.Regs

    No documentation available.

  10. allFPArgRegs :: Platform -> [Reg]

    ghc-lib GHC.CmmToAsm.X86.Regs

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

Page 151 of many | Previous | Next