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.1.tar.bz2
sha256=78e9f92963403f1ed9f95326f26725532c43956f10fcc47d11ac94c66a236f52

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