Parameter Make_tbl.RC
val all : RC.t listThe list of all classes.
val first_available_register : RC.t -> intval num_available_registers : RC.t -> intval num_registers : RC.t -> intval dwarf_register_numbers : RC.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 : RC.t -> intval print : Stdlib.Format.formatter -> RC.t -> unitval of_machtype : Cmm.machtype_component -> RC.t