Archval command_line_options : (string * Arg.spec * string) listtype 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 |
| Isextend32 |
| Izextend32 |
val identity_addressing : addressing_modeval offset_addressing : addressing_mode -> int -> addressing_modeval num_args_addressing : addressing_mode -> intval print_addressing : (Format.formatter -> 'a -> unit) -> addressing_mode -> Format.formatter -> 'a array -> unitval print_specific_operation : (Format.formatter -> 'a -> unit) -> specific_operation -> Format.formatter -> 'a array -> unit