Proc
val register_class : Reg.t -> int
val phys_reg : int -> Reg.t
val loc_arguments : Cmm.machtype -> Reg.t array * int
val loc_results : Cmm.machtype -> Reg.t array
val loc_parameters : Cmm.machtype -> Reg.t array
val loc_external_arguments : Cmm.exttype list -> Reg.t array array * int
val loc_external_results : Cmm.machtype -> Reg.t array
val loc_exn_bucket : Reg.t
val safe_register_pressure : Mach.operation -> int
val max_register_pressure : Mach.operation -> int array
val destroyed_at_oper : Mach.instruction_desc -> Reg.t array
val destroyed_at_raise : Reg.t array
val destroyed_at_reloadretaddr : Reg.t array
val regs_are_volatile : Reg.t array -> bool
val op_is_pure : Mach.operation -> bool
val frame_required : Mach.fundecl -> bool
val prologue_required : Mach.fundecl -> bool
For 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)
.
The DWARF register number corresponding to the stack pointer.