package xedbindings

  1. Overview
  2. Docs
Bindings to Intel XED

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-xed-bindings-v0.14.tgz
sha256=3be7a4b3f8d116c1d14205fd0fd4774c34be07cc2c4323b23d5c6c03517ce7c9

doc/xedbindings.xed/Xedbindings_xed/Xed/FlagDFV/index.html

Module Xed.FlagDFVSource

Sourcetype t = {
  1. dfv_of : bool;
  2. dfv_sf : bool;
  3. dfv_zf : bool;
  4. dfv_cf : bool;
}
Sourceval to_int : t -> int
Sourceval of_int : int -> t