Loading...

GHC.Platform.Reg.Class

An architecture independent description of a register's class.

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