Module type Reg_class_utils.T
val all : t listThe list of all classes.
val first_available_register : t -> intval num_available_registers : t -> intval num_registers : t -> intval dwarf_register_numbers : t -> int arrayFor a given register class, the DWARF register numbering for that class. Given an allocated register with location Reg n and class reg_class, the returned array contains the corresponding DWARF register number at index n - first_available_register reg_class.
val register_name : Cmm.machtype_component -> int -> stringval hash : t -> intval print : Stdlib.Format.formatter -> t -> unitval of_machtype : Cmm.machtype_component -> t