package jasmin

  1. Overview
  2. Docs
Compiler for High-Assurance and High-Speed Cryptography

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jasmin-compiler-v2025.06.1.tar.bz2
sha256=e92b42fa69da7c730b0c26dacf842a72b4febcaf4f2157a1dc18b3cce1f859fa

doc/jasmin.jasmin/Jasmin/Asm_utils/index.html

Module Jasmin.Asm_utilsSource

Sourceval global_datas_label : string
Sourceval pp_syscall : 'a Syscall_t.syscall_t -> string
Sourceval string_of_label : string -> Label.label -> string
Sourceval pp_remote_label : Label.remote_label -> string
Sourceval mangle : string -> string
Sourceval format_glob_data : Obj.t list -> ((Var0.Var.var * Wsize.wsize) * BinNums.coq_Z) list -> PrintASM.asm_element list
Sourceval hash_to_string : ('a -> string) -> 'a -> string
Sourceval pp_imm : string -> Z.t -> string
Sourceval pp_rip_address : Obj.t -> string
Sourceval pp_register : ('reg, _, _, _, _) Arch_decl.arch_decl -> 'reg -> string
Sourcetype parsed_reg_address = {
  1. base : string;
  2. displacement : string option;
  3. offset : string option;
  4. scale : string option;
}
Sourceval parse_reg_address : ('reg, _, _, _, _) Arch_decl.arch_decl -> ('reg, _, _, _, _) Arch_decl.reg_address -> parsed_reg_address