ghc-lib-parser-9.2.1.20220109: The GHC API, decoupled from GHC versions
Safe HaskellNone
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
Eq 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 #

Uniquable RegClass Source # 
Instance details

Defined in GHC.Platform.Reg.Class