F.Bvval const : int -> string -> tconst size name creates the (first-order) constant of size bits named name .
val value : int -> Z.t -> tvalue sz bv creates a constant from the bitvector value bv of size sz.
include Binsec.Sigs.COMPARISON with type t := t and type boolean := Bl.textract ~hi ~lo x extracts the sub-bitvector of x starting from bit lo and ending at bit hi (included).
sext n x sign extends the bitvector x copying n times the most significant bit.
ite x y z creates the bitvector ite operation between y and z according to x.