Module Jasmin.Arch_fullSource

Sourcetype 'a callstyle =
  1. | StackDirect
  2. | ByReg of {
    1. call : 'a option;
    2. return : bool;
    }
Sourcemodule type Core_arch = sig ... end
Sourcemodule type Arch = sig ... end
Sourcemodule Arch_from_Core_arch (A : Core_arch) : Arch with type reg = A.reg and type regx = A.regx and type xreg = A.xreg and type rflag = A.rflag and type cond = A.cond and type asm_op = A.asm_op and type extra_op = A.extra_op