package jasmin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Jasmin.Sem_params

type 'syscall_state coq_EstateParams = {
  1. _pd : Wsize.coq_PointerData;
  2. _msf_size : Wsize.coq_MSFsize;
}
type ('asm_op, 'syscall_state) coq_SemInstrParams = {
  1. _asmop : 'asm_op Sopn.asmOp;
  2. _sc_sem : 'syscall_state Syscall.syscall_sem;
}