package jasmin

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jasmin-compiler-v2026.03.0.tar.bz2
sha256=dec62a3cd0cd42cfe96ec64b3cd3961e0e8a09fb92ceb64175cffb54fde50e40

doc/jasmin.jasmin/Jasmin/Lower_spill/index.html

Module Jasmin.Lower_spill

module E : sig ... end
val to_spill_i : 'a1 Sopn.asmOp -> (Var0.SvExtra.Sv.t * bool) -> 'a1 Expr.instr -> Var0.SvExtra.Sv.t * bool
type spill_env = Var0.SvExtra.Sv.t
val update_lv : spill_env -> Expr.lval -> spill_env
val update_lvs : spill_env -> Expr.lval list -> spill_env
val spill_c : 'a1 Sopn.asmOp -> (spill_env -> 'a1 Expr.instr -> (spill_env * 'a1 Expr.instr list) Compiler_util.cexec) -> spill_env -> 'a1 Expr.instr list -> (spill_env * 'a1 Expr.instr list) Compiler_util.cexec
val merge_env : spill_env -> spill_env -> Var0.SvExtra.Sv.t
val spill_fd : 'a1 Sopn.asmOp -> (Wsize.v_kind -> Expr.instr_info -> Uint63.t -> string -> Type.atype -> Ident.Ident.ident) -> Var0.funname -> ('a1, 'a2) Expr._fundef -> ('a1, 'a2) Expr._fundef Compiler_util.cexec