package ocaml-base-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release 4.12.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.12.0.tar.gz
sha256=adc07a3995362403f3cb11085a86354de08e5a7f9eb3c09be7bbcc38a3a26744
doc/ocamloptcomp/Mach/index.html
Module Mach
type integer_operation = | Iadd| Isub| Imul| Imulh| Idiv| Imod| Iand| Ior| Ixor| Ilsl| Ilsr| Iasr| Icomp of integer_comparison| Icheckbound
type float_comparison = Cmm.float_comparisontype test = | Itruetest| Ifalsetest| Iinttest of integer_comparison| Iinttest_imm of integer_comparison * int| Ifloattest of float_comparison| Ioddtest| Ieventest
type operation = | Imove| Ispill| Ireload| Iconst_int of nativeint| Iconst_float of int64| Iconst_symbol of string| Icall_ind| Icall_imm of {}| Itailcall_ind| Itailcall_imm of {}| Iextcall of {func : string;ty_res : Cmm.machtype;ty_args : Cmm.exttype list;alloc : bool;
}| Istackoffset of int| Iload of Cmm.memory_chunk * Arch.addressing_mode| Istore of Cmm.memory_chunk * Arch.addressing_mode * bool| Ialloc of {bytes : int;dbginfo : Debuginfo.alloc_dbginfo;
}| Iintop of integer_operation| Iintop_imm of integer_operation * int| Inegf| Iabsf| Iaddf| Isubf| Imulf| Idivf| Ifloatofint| Iintoffloat| Ispecific of Arch.specific_operation| Iname_for_debugger of {ident : Backend_var.t;which_parameter : int option;provenance : unit option;is_assignment : bool;
}(*
*)Iname_for_debuggerhas the following semantics: (a) The argument register(s) is/are deemed to contain the value of the given identifier. (b) Ifis_assignmentistrue, any information about otherReg.ts that have been previously deemed to hold the value of that identifier is forgotten.
type instruction = {desc : instruction_desc;next : instruction;arg : Reg.t array;res : Reg.t array;dbg : Debuginfo.t;mutable live : Reg.Set.t;mutable available_before : Reg_availability_set.t;mutable available_across : Reg_availability_set.t option;
}and instruction_desc = | Iend| Iop of operation| Ireturn| Iifthenelse of test * instruction * instruction| Iswitch of int array * instruction array| Icatch of Cmm.rec_flag * (int * instruction) list * instruction| Iexit of int| Itrywith of instruction * instruction| Iraise of Lambda.raise_kind
type fundecl = {fun_name : string;fun_args : Reg.t array;fun_body : instruction;fun_codegen_options : Cmm.codegen_option list;fun_dbg : Debuginfo.t;fun_num_stack_slots : int array;fun_contains_calls : bool;
}val dummy_instr : instructionval end_instr : unit -> instructionval instr_cons :
instruction_desc ->
Reg.t array ->
Reg.t array ->
instruction ->
instructionval instr_cons_debug :
instruction_desc ->
Reg.t array ->
Reg.t array ->
Debuginfo.t ->
instruction ->
instructionval instr_iter : (instruction -> unit) -> instruction -> unitval operation_can_raise : operation -> bool sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>