Module Arch
val command_line_options : (string * Stdlib.Arg.spec * string) list
type addressing_mode=|Ibased of string * int|Iindexed of int|Iindexed2 of int|Iscaled of int * int|Iindexed2scaled of int * inttype specific_operation=|Ilea of addressing_mode|Istore_int of nativeint * addressing_mode * bool|Ioffset_loc of int * addressing_mode|Ifloatarithmem of float_operation * addressing_mode|Ibswap of int|Isqrtf|Ifloatsqrtf of addressing_mode|Isextend32and float_operation=|Ifloatadd|Ifloatsub|Ifloatmul|Ifloatdiv
val spacetime_node_hole_pointer_is_live_before : 'a -> boolval big_endian : boolval size_addr : intval size_int : intval size_float : intval allow_unaligned_access : boolval division_crashes_on_overflow : boolval identity_addressing : addressing_modeval offset_addressing : addressing_mode -> int -> addressing_modeval num_args_addressing : addressing_mode -> intval print_addressing : (Stdlib.Format.formatter -> 'a -> unit) -> addressing_mode -> Stdlib.Format.formatter -> 'a array -> unitval print_specific_operation : (Stdlib.Format.formatter -> 'a -> unit) -> specific_operation -> Stdlib.Format.formatter -> 'a array -> unitval win64 : bool