ghc-9.2.5: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Platform.Reg.Class

Description

An architecture independent description of a register's class.

Synopsis

Documentation

data RegClass Source #

The class of a register. Used in the register allocator. We treat all registers in a class as being interchangeable.

Constructors

RcInteger 
RcFloat 
RcDouble 

Instances

Instances details
Uniquable RegClass Source # 
Instance details

Defined in GHC.Platform.Reg.Class

Outputable RegClass Source # 
Instance details

Defined in GHC.Platform.Reg.Class

Methods

ppr :: RegClass -> SDoc Source #

Eq RegClass Source # 
Instance details

Defined in GHC.Platform.Reg.Class