effect
stringclasses
48 values
original_source_type
stringlengths
0
23k
opens_and_abbrevs
listlengths
2
92
isa_cross_project_example
bool
1 class
source_definition
stringlengths
9
57.9k
partial_definition
stringlengths
7
23.3k
is_div
bool
2 classes
is_type
null
is_proof
bool
2 classes
completed_definiton
stringlengths
1
250k
dependencies
dict
effect_flags
listlengths
0
2
ideal_premises
listlengths
0
236
mutual_with
listlengths
0
11
file_context
stringlengths
0
407k
interleaved
bool
1 class
is_simply_typed
bool
2 classes
file_name
stringlengths
5
48
vconfig
dict
is_simple_lemma
null
source_type
stringlengths
10
23k
proof_features
listlengths
0
1
name
stringlengths
8
95
source
dict
verbose_type
stringlengths
1
7.42k
source_range
dict
Prims.Tot
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let get_snd_ocmp (o:ocmp) = match o with | BC.OEq _ o2 | BC.ONe _ o2 | BC.OLe _ o2 | BC.OGe _ o2 | BC.OLt _ o2 | BC.OGt _ o2 -> o2
let get_snd_ocmp (o: ocmp) =
false
null
false
match o with | BC.OEq _ o2 | BC.ONe _ o2 | BC.OLe _ o2 | BC.OGe _ o2 | BC.OLt _ o2 | BC.OGt _ o2 -> o2
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.ocmp", "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "Prims.l_or" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val get_snd_ocmp : o: Vale.X64.Machine_Semantics_s.ocmp -> o2: Vale.X64.Machine_s.operand64 { Prims.op_Negation (OMem? o2 || OStack? o2) \/ Prims.op_Negation (OMem? o2 || OStack? o2) \/ Prims.op_Negation (OMem? o2 || OStack? o2) \/ Prims.op_Negation (OMem? o2 || OStack? o2) \/ Prims.op_Negat...
[]
Vale.X64.Machine_Semantics_s.get_snd_ocmp
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_Semantics_s.ocmp -> o2: Vale.X64.Machine_s.operand64 { Prims.op_Negation (OMem? o2 || OStack? o2) \/ Prims.op_Negation (OMem? o2 || OStack? o2) \/ Prims.op_Negation (OMem? o2 || OStack? o2) \/ Prims.op_Negation (OMem? o2 || OStack? o2) \/ Prims.op_Negation (OMem? o2 || OS...
{ "end_col": 91, "end_line": 76, "start_col": 28, "start_line": 75 }
Prims.Tot
val eval_maddr (m: maddr) (s: machine_state) : int
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let eval_maddr (m:maddr) (s:machine_state) : int = match m with | MConst n -> n | MReg r offset -> (eval_reg_int r s) + offset | MIndex base scale index offset -> (eval_reg_int base s) + scale * (eval_reg_int index s) + offset
val eval_maddr (m: maddr) (s: machine_state) : int let eval_maddr (m: maddr) (s: machine_state) : int =
false
null
false
match m with | MConst n -> n | MReg r offset -> (eval_reg_int r s) + offset | MIndex base scale index offset -> (eval_reg_int base s) + scale * (eval_reg_int index s) + offset
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.maddr", "Vale.X64.Machine_Semantics_s.machine_state", "Prims.int", "Vale.X64.Machine_s.reg", "Prims.op_Addition", "Vale.X64.Machine_Semantics_s.eval_reg_int", "FStar.Mul.op_Star" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eval_maddr (m: maddr) (s: machine_state) : int
[]
Vale.X64.Machine_Semantics_s.eval_maddr
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
m: Vale.X64.Machine_s.maddr -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.int
{ "end_col": 101, "end_line": 99, "start_col": 2, "start_line": 96 }
Prims.Tot
val update_n (addr: int) (n: nat) (memTaint: memTaint_t) (t: taint) : Tot (m: memTaint_t { (forall i. {:pattern (m `Map.sel` i)} ((i >= addr /\ i < addr + n) ==> m.[ i ] == t) /\ ((i < addr \/ i >= addr + n) ==> m.[ i ] == memTaint.[ i ])) }) (decreases n)
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let rec update_n (addr:int) (n:nat) (memTaint:memTaint_t) (t:taint) : Tot (m:memTaint_t{( forall i.{:pattern (m `Map.sel` i)} ((i >= addr /\ i < addr + n) ==> m.[i] == t) /\ ((i < addr \/ i >= addr + n) ==> m.[i] == memTaint.[i]))}) (decreases n) = if n = 0 then memTaint else update_n ...
val update_n (addr: int) (n: nat) (memTaint: memTaint_t) (t: taint) : Tot (m: memTaint_t { (forall i. {:pattern (m `Map.sel` i)} ((i >= addr /\ i < addr + n) ==> m.[ i ] == t) /\ ((i < addr \/ i >= addr + n) ==> m.[ i ] == memTaint.[ i ])) }) (decreases n) let...
false
null
false
if n = 0 then memTaint else update_n (addr + 1) (n - 1) (memTaint.[ addr ] <- t) t
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total", "" ]
[ "Prims.int", "Prims.nat", "Vale.Arch.HeapTypes_s.memTaint_t", "Vale.Arch.HeapTypes_s.taint", "Prims.op_Equality", "Prims.bool", "Vale.X64.Machine_Semantics_s.update_n", "Prims.op_Addition", "Prims.op_Subtraction", "Vale.X64.Machine_Semantics_s.op_String_Assignment", "Prims.l_Forall", "Prims.l_...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_n (addr: int) (n: nat) (memTaint: memTaint_t) (t: taint) : Tot (m: memTaint_t { (forall i. {:pattern (m `Map.sel` i)} ((i >= addr /\ i < addr + n) ==> m.[ i ] == t) /\ ((i < addr \/ i >= addr + n) ==> m.[ i ] == memTaint.[ i ])) }) (decreases n)
[ "recursion" ]
Vale.X64.Machine_Semantics_s.update_n
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
addr: Prims.int -> n: Prims.nat -> memTaint: Vale.Arch.HeapTypes_s.memTaint_t -> t: Vale.Arch.HeapTypes_s.taint -> Prims.Tot (m: Vale.Arch.HeapTypes_s.memTaint_t { forall (i: Prims.int). {:pattern FStar.Map.sel m i} (i >= addr /\ i < addr + n ==> m.[ i ] == t) /\ ...
{ "end_col": 59, "end_line": 165, "start_col": 2, "start_line": 164 }
Prims.Tot
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let get_fst_ocmp (o:ocmp) = match o with | BC.OEq o1 _ | BC.ONe o1 _ | BC.OLe o1 _ | BC.OGe o1 _ | BC.OLt o1 _ | BC.OGt o1 _ -> o1
let get_fst_ocmp (o: ocmp) =
false
null
false
match o with | BC.OEq o1 _ | BC.ONe o1 _ | BC.OLe o1 _ | BC.OGe o1 _ | BC.OLt o1 _ | BC.OGt o1 _ -> o1
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.ocmp", "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "Prims.l_or" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val get_fst_ocmp : o: Vale.X64.Machine_Semantics_s.ocmp -> o1: Vale.X64.Machine_s.operand64 { Prims.op_Negation (OMem? o1 || OStack? o1) \/ Prims.op_Negation (OMem? o1 || OStack? o1) \/ Prims.op_Negation (OMem? o1 || OStack? o1) \/ Prims.op_Negation (OMem? o1 || OStack? o1) \/ Prims.op_Negat...
[]
Vale.X64.Machine_Semantics_s.get_fst_ocmp
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_Semantics_s.ocmp -> o1: Vale.X64.Machine_s.operand64 { Prims.op_Negation (OMem? o1 || OStack? o1) \/ Prims.op_Negation (OMem? o1 || OStack? o1) \/ Prims.op_Negation (OMem? o1 || OStack? o1) \/ Prims.op_Negation (OMem? o1 || OStack? o1) \/ Prims.op_Negation (OMem? o1 || OS...
{ "end_col": 91, "end_line": 73, "start_col": 28, "start_line": 72 }
Prims.Tot
val valid_ocmp (c: ocmp) (s: machine_state) : bool
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let valid_ocmp (c:ocmp) (s:machine_state) : bool = match c with | BC.OEq o1 o2 -> valid_src_operand64_and_taint o1 s && valid_src_operand64_and_taint o2 s | BC.ONe o1 o2 -> valid_src_operand64_and_taint o1 s && valid_src_operand64_and_taint o2 s | BC.OLe o1 o2 -> valid_src_operand64_and_taint o1 s && valid_src_...
val valid_ocmp (c: ocmp) (s: machine_state) : bool let valid_ocmp (c: ocmp) (s: machine_state) : bool =
false
null
false
match c with | BC.OEq o1 o2 -> valid_src_operand64_and_taint o1 s && valid_src_operand64_and_taint o2 s | BC.ONe o1 o2 -> valid_src_operand64_and_taint o1 s && valid_src_operand64_and_taint o2 s | BC.OLe o1 o2 -> valid_src_operand64_and_taint o1 s && valid_src_operand64_and_taint o2 s | BC.OGe o1 o2 -> valid_src_operan...
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.ocmp", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", ...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid_ocmp (c: ocmp) (s: machine_state) : bool
[]
Vale.X64.Machine_Semantics_s.valid_ocmp
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Vale.X64.Machine_Semantics_s.ocmp -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.bool
{ "end_col": 92, "end_line": 291, "start_col": 2, "start_line": 285 }
Prims.Tot
val valid_dst_operand128 (o: operand128) (s: machine_state) : bool
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let valid_dst_operand128 (o:operand128) (s:machine_state) : bool = match o with | OConst _ -> false | OReg i -> true // We leave it to the printer/assembler to object to invalid XMM indices | OMem (m, _) -> valid_addr128 (eval_maddr m s) (heap_get s.ms_heap) | OStack (m, _) -> valid_dst_stack128 (eval_reg_64 ...
val valid_dst_operand128 (o: operand128) (s: machine_state) : bool let valid_dst_operand128 (o: operand128) (s: machine_state) : bool =
false
null
false
match o with | OConst _ -> false | OReg i -> true | OMem (m, _) -> valid_addr128 (eval_maddr m s) (heap_get s.ms_heap) | OStack (m, _) -> valid_dst_stack128 (eval_reg_64 rRsp s) (eval_maddr m s) s.ms_stack
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.operand128", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.quad32", "Vale.X64.Machine_s.reg_xmm", "Vale.X64.Machine_s.maddr", "Vale.Arch.HeapTypes_s.taint", "Vale.Arch.MachineHeap_s.valid_addr128", "Vale.X64.Machine_Semantics_s.eval_maddr", "Vale.Arch.Heap.hea...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid_dst_operand128 (o: operand128) (s: machine_state) : bool
[]
Vale.X64.Machine_Semantics_s.valid_dst_operand128
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_s.operand128 -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.bool
{ "end_col": 88, "end_line": 319, "start_col": 2, "start_line": 315 }
Prims.Tot
val valid_dst_operand64 (o: operand64) (s: machine_state) : bool
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let valid_dst_operand64 (o:operand64) (s:machine_state) : bool = match o with | OConst n -> false | OReg r -> not (rRsp = r) | OMem (m, _) -> valid_addr64 (eval_maddr m s) (heap_get s.ms_heap) | OStack (m, _) -> valid_dst_stack64 (eval_reg_64 rRsp s) (eval_maddr m s) s.ms_stack
val valid_dst_operand64 (o: operand64) (s: machine_state) : bool let valid_dst_operand64 (o: operand64) (s: machine_state) : bool =
false
null
false
match o with | OConst n -> false | OReg r -> not (rRsp = r) | OMem (m, _) -> valid_addr64 (eval_maddr m s) (heap_get s.ms_heap) | OStack (m, _) -> valid_dst_stack64 (eval_reg_64 rRsp s) (eval_maddr m s) s.ms_stack
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.operand64", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Prims.op_Negation", "Prims.op_Equality", "Vale.X64.Machine_s.rRsp", "Vale.X64.Machine_s.maddr", "Vale.Arch.HeapTypes_s.taint", "Vale.Arch.MachineHeap_s.valid_addr...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid_dst_operand64 (o: operand64) (s: machine_state) : bool
[]
Vale.X64.Machine_Semantics_s.valid_dst_operand64
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_s.operand64 -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.bool
{ "end_col": 87, "end_line": 312, "start_col": 2, "start_line": 308 }
Prims.Tot
val valid_src_operand128_and_taint (o: operand128) (s: machine_state) : bool
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let valid_src_operand128_and_taint (o:operand128) (s:machine_state) : bool = match o with | OConst _ -> false | OReg i -> true // We leave it to the printer/assembler to object to invalid XMM indices | OMem (m, t) -> let ptr = eval_maddr m s in valid_addr128 ptr (heap_get s.ms_heap) && match_n ptr 16 (h...
val valid_src_operand128_and_taint (o: operand128) (s: machine_state) : bool let valid_src_operand128_and_taint (o: operand128) (s: machine_state) : bool =
false
null
false
match o with | OConst _ -> false | OReg i -> true | OMem (m, t) -> let ptr = eval_maddr m s in valid_addr128 ptr (heap_get s.ms_heap) && match_n ptr 16 (heap_taint s.ms_heap) t | OStack (m, t) -> let ptr = eval_maddr m s in valid_src_stack128 ptr s.ms_stack && match_n ptr 16 s.ms_stackTaint t
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.operand128", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.quad32", "Vale.X64.Machine_s.reg_xmm", "Vale.X64.Machine_s.maddr", "Vale.Arch.HeapTypes_s.taint", "Prims.op_AmpAmp", "Vale.Arch.MachineHeap_s.valid_addr128", "Vale.Arch.Heap.heap_get", "Vale.X64.Mach...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid_src_operand128_and_taint (o: operand128) (s: machine_state) : bool
[]
Vale.X64.Machine_Semantics_s.valid_src_operand128_and_taint
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_s.operand128 -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.bool
{ "end_col": 73, "end_line": 282, "start_col": 2, "start_line": 274 }
Prims.Tot
val update_operand128_preserve_flags'' (o: operand128) (v: quad32) (s_orig s: machine_state) : machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let update_operand128_preserve_flags'' (o:operand128) (v:quad32) (s_orig s:machine_state) : machine_state = match o with | OConst _ -> {s with ms_ok = false} | OReg i -> update_reg_xmm' i v s | OMem (m, t) -> update_mem128_and_taint (eval_maddr m s_orig) v s t | OStack (m, t) -> update_stack128_and_taint (eva...
val update_operand128_preserve_flags'' (o: operand128) (v: quad32) (s_orig s: machine_state) : machine_state let update_operand128_preserve_flags'' (o: operand128) (v: quad32) (s_orig s: machine_state) : machine_state =
false
null
false
match o with | OConst _ -> { s with ms_ok = false } | OReg i -> update_reg_xmm' i v s | OMem (m, t) -> update_mem128_and_taint (eval_maddr m s_orig) v s t | OStack (m, t) -> update_stack128_and_taint (eval_maddr m s_orig) v s t
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.operand128", "Vale.Def.Types_s.quad32", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.quad32", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_regs", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_st...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_operand128_preserve_flags'' (o: operand128) (v: quad32) (s_orig s: machine_state) : machine_state
[]
Vale.X64.Machine_Semantics_s.update_operand128_preserve_flags''
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_s.operand128 -> v: Vale.Def.Types_s.quad32 -> s_orig: Vale.X64.Machine_Semantics_s.machine_state -> s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.X64.Machine_Semantics_s.machine_state
{ "end_col": 74, "end_line": 336, "start_col": 2, "start_line": 332 }
Prims.Tot
val operand_obs (s: machine_state) (o: operand64) : list observation
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let operand_obs (s:machine_state) (o:operand64) : list observation = match o with | OConst _ | OReg _ -> [] | OMem (m, _) | OStack (m, _) -> [MemAccess (eval_maddr m s)]
val operand_obs (s: machine_state) (o: operand64) : list observation let operand_obs (s: machine_state) (o: operand64) : list observation =
false
null
false
match o with | OConst _ | OReg _ -> [] | OMem (m, _) | OStack (m, _) -> [MemAccess (eval_maddr m s)]
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.operand64", "Vale.X64.Machine_s.nat64", "Prims.Nil", "Vale.X64.Machine_s.observation", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.maddr", "Vale.Arch.HeapTypes_s.taint", "Prims.Cons", "Vale.X64.Machine_s.MemAccess", "Vale.X64...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val operand_obs (s: machine_state) (o: operand64) : list observation
[]
Vale.X64.Machine_Semantics_s.operand_obs
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s: Vale.X64.Machine_Semantics_s.machine_state -> o: Vale.X64.Machine_s.operand64 -> Prims.list Vale.X64.Machine_s.observation
{ "end_col": 63, "end_line": 485, "start_col": 2, "start_line": 483 }
Prims.Tot
val eval_instr (it: instr_t_record) (oprs: instr_operands_t it.outs it.args) (ann: instr_annotation it) (s0: machine_state) : option machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let eval_instr (it:instr_t_record) (oprs:instr_operands_t it.outs it.args) (ann:instr_annotation it) (s0:machine_state) : option machine_state = let InstrTypeRecord #outs #args #havoc_flags' i = it in let vs = instr_apply_eval outs args (instr_eval i) oprs s0 in let s1 = match havoc_flags' with ...
val eval_instr (it: instr_t_record) (oprs: instr_operands_t it.outs it.args) (ann: instr_annotation it) (s0: machine_state) : option machine_state let eval_instr (it: instr_t_record) (oprs: instr_operands_t it.outs it.args) (ann: instr_annotation it) (s0: machine_stat...
false
null
false
let InstrTypeRecord #outs #args #havoc_flags' i = it in let vs = instr_apply_eval outs args (instr_eval i) oprs s0 in let s1 = match havoc_flags' with | HavocFlags -> { s0 with ms_flags = havoc_flags } | PreserveFlags -> s0 in FStar.Option.mapTot (fun vs -> instr_write_outputs outs args vs oprs s0 s1) vs
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Instruction_s.instr_t_record", "Vale.X64.Instruction_s.instr_operands_t", "Vale.X64.Instruction_s.__proj__InstrTypeRecord__item__outs", "Vale.X64.Instruction_s.__proj__InstrTypeRecord__item__args", "Vale.X64.Machine_Semantics_s.instr_annotation", "Vale.X64.Machine_Semantics_s.machine_state", "...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eval_instr (it: instr_t_record) (oprs: instr_operands_t it.outs it.args) (ann: instr_annotation it) (s0: machine_state) : option machine_state
[]
Vale.X64.Machine_Semantics_s.eval_instr
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
it: Vale.X64.Instruction_s.instr_t_record -> oprs: Vale.X64.Instruction_s.instr_operands_t (InstrTypeRecord?.outs it) (InstrTypeRecord?.args it) -> ann: Vale.X64.Machine_Semantics_s.instr_annotation it -> s0: Vale.X64.Machine_Semantics_s.machine_state -> FStar.Pervasives.Native.option Vale.X64....
{ "end_col": 80, "end_line": 683, "start_col": 26, "start_line": 675 }
Prims.Tot
val ins_obs (ins: ins) (s: machine_state) : list observation
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let ins_obs (ins:ins) (s:machine_state) : list observation = match ins with | BC.Instr (InstrTypeRecord #outs #args _) oprs _ -> obs_inouts outs args oprs s | BC.Push src _ -> operand_obs s src | BC.Pop dst _ -> operand_obs s dst | BC.Alloc _ | BC.Dealloc _ -> []
val ins_obs (ins: ins) (s: machine_state) : list observation let ins_obs (ins: ins) (s: machine_state) : list observation =
false
null
false
match ins with | BC.Instr (InstrTypeRecord #outs #args _) oprs _ -> obs_inouts outs args oprs s | BC.Push src _ -> operand_obs s src | BC.Pop dst _ -> operand_obs s dst | BC.Alloc _ | BC.Dealloc _ -> []
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Machine_Semantics_s.machine_state", "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.flag_havoc", "Vale.X64.Instruction_s.instr_t", "Vale.X64.Instruction_s.instr_operands_t", "Vale.X64.Inst...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ins_obs (ins: ins) (s: machine_state) : list observation
[]
Vale.X64.Machine_Semantics_s.ins_obs
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
ins: Vale.X64.Machine_Semantics_s.ins -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.list Vale.X64.Machine_s.observation
{ "end_col": 35, "end_line": 549, "start_col": 2, "start_line": 545 }
Prims.Tot
val set (s: machine_state) : st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let set (s:machine_state) : st unit = fun _ -> ((), s)
val set (s: machine_state) : st unit let set (s: machine_state) : st unit =
false
null
false
fun _ -> ((), s)
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.machine_state", "FStar.Pervasives.Native.Mktuple2", "Prims.unit", "FStar.Pervasives.Native.tuple2", "Vale.X64.Machine_Semantics_s.st" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val set (s: machine_state) : st unit
[]
Vale.X64.Machine_Semantics_s.set
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 18, "end_line": 397, "start_col": 2, "start_line": 397 }
Prims.Tot
val op_let_Star (#a #b: Type) (m: st a) (f: (a -> st b)) : st b
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let (let*) (#a:Type) (#b:Type) (m:st a) (f:a -> st b) : st b = fun s0 -> let (x, s1) = m s0 in let (y, s2) = f x s1 in (y, {s2 with ms_ok = s0.ms_ok && s1.ms_ok && s2.ms_ok})
val op_let_Star (#a #b: Type) (m: st a) (f: (a -> st b)) : st b let op_let_Star (#a #b: Type) (m: st a) (f: (a -> st b)) : st b =
false
null
false
fun s0 -> let x, s1 = m s0 in let y, s2 = f x s1 in (y, { s2 with ms_ok = s0.ms_ok && s1.ms_ok && s2.ms_ok })
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.st", "Vale.X64.Machine_Semantics_s.machine_state", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Prims.op_AmpAmp", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_ok", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_sta...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_let_Star (#a #b: Type) (m: st a) (f: (a -> st b)) : st b
[]
Vale.X64.Machine_Semantics_s.op_let_Star
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
m: Vale.X64.Machine_Semantics_s.st a -> f: (_: a -> Vale.X64.Machine_Semantics_s.st b) -> Vale.X64.Machine_Semantics_s.st b
{ "end_col": 57, "end_line": 389, "start_col": 0, "start_line": 386 }
Prims.Tot
val fail:st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let fail : st unit = fun s -> ((), {s with ms_ok = false})
val fail:st unit let fail:st unit =
false
null
false
fun s -> ((), { s with ms_ok = false })
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.machine_state", "FStar.Pervasives.Native.Mktuple2", "Prims.unit", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_regs", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_flags", "Vale.X64.Machine...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val fail:st unit
[]
Vale.X64.Machine_Semantics_s.fail
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 39, "end_line": 401, "start_col": 2, "start_line": 401 }
Prims.Tot
val check (valid: (machine_state -> bool)) : st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let check (valid: machine_state -> bool) : st unit = let* s = get in if valid s then return () else fail
val check (valid: (machine_state -> bool)) : st unit let check (valid: (machine_state -> bool)) : st unit =
false
null
false
let* s = get in if valid s then return () else fail
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.machine_state", "Prims.bool", "Vale.X64.Machine_Semantics_s.op_let_Star", "Prims.unit", "Vale.X64.Machine_Semantics_s.get", "Vale.X64.Machine_Semantics_s.return", "Vale.X64.Machine_Semantics_s.fail", "Vale.X64.Machine_Semantics_s.st" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val check (valid: (machine_state -> bool)) : st unit
[]
Vale.X64.Machine_Semantics_s.check
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
valid: (_: Vale.X64.Machine_Semantics_s.machine_state -> Prims.bool) -> Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 8, "end_line": 416, "start_col": 2, "start_line": 412 }
Prims.Tot
val run (f: st unit) (s: machine_state) : machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let run (f:st unit) (s:machine_state) : machine_state = snd (f s)
val run (f: st unit) (s: machine_state) : machine_state let run (f: st unit) (s: machine_state) : machine_state =
false
null
false
snd (f s)
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.st", "Prims.unit", "Vale.X64.Machine_Semantics_s.machine_state", "FStar.Pervasives.Native.snd" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val run (f: st unit) (s: machine_state) : machine_state
[]
Vale.X64.Machine_Semantics_s.run
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
f: Vale.X64.Machine_Semantics_s.st Prims.unit -> s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.X64.Machine_Semantics_s.machine_state
{ "end_col": 65, "end_line": 428, "start_col": 56, "start_line": 428 }
Prims.Tot
val apply_option (#a: Type) (o: option a) (f: (a -> st unit)) : st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let apply_option (#a:Type) (o:option a) (f:a -> st unit) : st unit = try_option o f
val apply_option (#a: Type) (o: option a) (f: (a -> st unit)) : st unit let apply_option (#a: Type) (o: option a) (f: (a -> st unit)) : st unit =
false
null
false
try_option o f
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "FStar.Pervasives.Native.option", "Vale.X64.Machine_Semantics_s.st", "Prims.unit", "Vale.X64.Machine_Semantics_s.try_option" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val apply_option (#a: Type) (o: option a) (f: (a -> st unit)) : st unit
[]
Vale.X64.Machine_Semantics_s.apply_option
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: FStar.Pervasives.Native.option a -> f: (_: a -> Vale.X64.Machine_Semantics_s.st Prims.unit) -> Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 16, "end_line": 425, "start_col": 2, "start_line": 425 }
Prims.Tot
val instr_eval_operand_implicit (i: instr_operand_implicit) (s: machine_state) : option (instr_val_t (IOpIm i))
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let instr_eval_operand_implicit (i:instr_operand_implicit) (s:machine_state) : option (instr_val_t (IOpIm i)) = match i with | IOp64One o -> if valid_src_operand64_and_taint o s then Some (eval_operand o s) else None | IOpXmmOne o -> if valid_src_operand128_and_taint o s then Some (eval_mov128_op o s) else None ...
val instr_eval_operand_implicit (i: instr_operand_implicit) (s: machine_state) : option (instr_val_t (IOpIm i)) let instr_eval_operand_implicit (i: instr_operand_implicit) (s: machine_state) : option (instr_val_t (IOpIm i)) =
false
null
false
match i with | IOp64One o -> if valid_src_operand64_and_taint o s then Some (eval_operand o s) else None | IOpXmmOne o -> if valid_src_operand128_and_taint o s then Some (eval_mov128_op o s) else None | IOpFlagsCf -> cf s.ms_flags | IOpFlagsOf -> overflow s.ms_flags
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Instruction_s.instr_operand_implicit", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.operand64", "Vale.X64.Machine_Semantics_s.valid_src_operand64_and_taint", "FStar.Pervasives.Native.Some", "Vale.X64.Instruction_s.instr_val_t", "Vale.X64.Instruction_s.IOpIm", "Vale.X64.M...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val instr_eval_operand_implicit (i: instr_operand_implicit) (s: machine_state) : option (instr_val_t (IOpIm i))
[]
Vale.X64.Machine_Semantics_s.instr_eval_operand_implicit
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
i: Vale.X64.Instruction_s.instr_operand_implicit -> s: Vale.X64.Machine_Semantics_s.machine_state -> FStar.Pervasives.Native.option (Vale.X64.Instruction_s.instr_val_t (Vale.X64.Instruction_s.IOpIm i))
{ "end_col": 37, "end_line": 563, "start_col": 2, "start_line": 559 }
Prims.Tot
val update_reg_64 (r: reg_64) (v: nat64) : st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let update_reg_64 (r:reg_64) (v:nat64) : st unit = let* s = get in set (update_reg_64' r v s)
val update_reg_64 (r: reg_64) (v: nat64) : st unit let update_reg_64 (r: reg_64) (v: nat64) : st unit =
false
null
false
let* s = get in set (update_reg_64' r v s)
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.reg_64", "Vale.Def.Types_s.nat64", "Vale.X64.Machine_Semantics_s.op_let_Star", "Vale.X64.Machine_Semantics_s.machine_state", "Prims.unit", "Vale.X64.Machine_Semantics_s.get", "Vale.X64.Machine_Semantics_s.set", "Vale.X64.Machine_Semantics_s.update_reg_64'", "Vale.X64.Machine_Sema...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_reg_64 (r: reg_64) (v: nat64) : st unit
[]
Vale.X64.Machine_Semantics_s.update_reg_64
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
r: Vale.X64.Machine_s.reg_64 -> v: Vale.Def.Types_s.nat64 -> Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 28, "end_line": 447, "start_col": 2, "start_line": 446 }
Prims.Tot
val update_of (new_of: bool) : st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let update_of (new_of:bool) : st unit = let* s = get in set ( { s with ms_flags = update_of' s.ms_flags new_of } )
val update_of (new_of: bool) : st unit let update_of (new_of: bool) : st unit =
false
null
false
let* s = get in set ({ s with ms_flags = update_of' s.ms_flags new_of })
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Prims.bool", "Vale.X64.Machine_Semantics_s.op_let_Star", "Vale.X64.Machine_Semantics_s.machine_state", "Prims.unit", "Vale.X64.Machine_Semantics_s.get", "Vale.X64.Machine_Semantics_s.set", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_of (new_of: bool) : st unit
[]
Vale.X64.Machine_Semantics_s.update_of
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
new_of: Prims.bool -> Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 60, "end_line": 467, "start_col": 2, "start_line": 466 }
Prims.Tot
val update_cf (new_cf: bool) : st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let update_cf (new_cf:bool) : st unit = let* s = get in set ( { s with ms_flags = update_cf' s.ms_flags new_cf } )
val update_cf (new_cf: bool) : st unit let update_cf (new_cf: bool) : st unit =
false
null
false
let* s = get in set ({ s with ms_flags = update_cf' s.ms_flags new_cf })
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Prims.bool", "Vale.X64.Machine_Semantics_s.op_let_Star", "Vale.X64.Machine_Semantics_s.machine_state", "Prims.unit", "Vale.X64.Machine_Semantics_s.get", "Vale.X64.Machine_Semantics_s.set", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_cf (new_cf: bool) : st unit
[]
Vale.X64.Machine_Semantics_s.update_cf
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
new_cf: Prims.bool -> Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 60, "end_line": 463, "start_col": 2, "start_line": 462 }
Prims.Tot
val update_reg_xmm (x: reg_xmm) (ins: ins) (v: quad32) : st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let update_reg_xmm (x:reg_xmm) (ins:ins) (v:quad32) : st unit = let* s = get in set ( { (update_reg_xmm' x v s) with ms_flags = havoc_flags } )
val update_reg_xmm (x: reg_xmm) (ins: ins) (v: quad32) : st unit let update_reg_xmm (x: reg_xmm) (ins: ins) (v: quad32) : st unit =
false
null
false
let* s = get in set ({ (update_reg_xmm' x v s) with ms_flags = havoc_flags })
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.reg_xmm", "Vale.X64.Machine_Semantics_s.ins", "Vale.Def.Types_s.quad32", "Vale.X64.Machine_Semantics_s.op_let_Star", "Vale.X64.Machine_Semantics_s.machine_state", "Prims.unit", "Vale.X64.Machine_Semantics_s.get", "Vale.X64.Machine_Semantics_s.set", "Vale.X64.Machine_Semantics_s.M...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_reg_xmm (x: reg_xmm) (ins: ins) (v: quad32) : st unit
[]
Vale.X64.Machine_Semantics_s.update_reg_xmm
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: Vale.X64.Machine_s.reg_xmm -> ins: Vale.X64.Machine_Semantics_s.ins -> v: Vale.Def.Types_s.quad32 -> Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 66, "end_line": 451, "start_col": 2, "start_line": 450 }
Prims.Tot
val free_stack (start finish: int) : st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let free_stack (start finish:int) : st unit = let* s = get in set ( { s with ms_stack = free_stack' start finish s.ms_stack} )
val free_stack (start finish: int) : st unit let free_stack (start finish: int) : st unit =
false
null
false
let* s = get in set ({ s with ms_stack = free_stack' start finish s.ms_stack })
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Prims.int", "Vale.X64.Machine_Semantics_s.op_let_Star", "Vale.X64.Machine_Semantics_s.machine_state", "Prims.unit", "Vale.X64.Machine_Semantics_s.get", "Vale.X64.Machine_Semantics_s.set", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_o...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val free_stack (start finish: int) : st unit
[]
Vale.X64.Machine_Semantics_s.free_stack
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
start: Prims.int -> finish: Prims.int -> Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 66, "end_line": 475, "start_col": 2, "start_line": 474 }
Prims.Tot
val update_mem128_and_taint (ptr: int) (v: quad32) (s: machine_state) (t: taint) : machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let update_mem128_and_taint (ptr:int) (v:quad32) (s:machine_state) (t:taint) : machine_state = if valid_addr128 ptr (heap_get s.ms_heap) then { s with ms_heap = heap_upd s.ms_heap (update_heap128 ptr v (heap_get s.ms_heap)) (update_n ptr 16 (heap_taint s.ms_heap) t) } else s
val update_mem128_and_taint (ptr: int) (v: quad32) (s: machine_state) (t: taint) : machine_state let update_mem128_and_taint (ptr: int) (v: quad32) (s: machine_state) (t: taint) : machine_state =
false
null
false
if valid_addr128 ptr (heap_get s.ms_heap) then { s with ms_heap = heap_upd s.ms_heap (update_heap128 ptr v (heap_get s.ms_heap)) (update_n ptr 16 (heap_taint s.ms_heap) t) } else s
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Prims.int", "Vale.Def.Types_s.quad32", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.Arch.HeapTypes_s.taint", "Vale.Arch.MachineHeap_s.valid_addr128", "Vale.Arch.Heap.heap_get", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_heap", "Vale.X64.Machine_Semantics_s.Mkmachine_state"...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_mem128_and_taint (ptr: int) (v: quad32) (s: machine_state) (t: taint) : machine_state
[]
Vale.X64.Machine_Semantics_s.update_mem128_and_taint
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
ptr: Prims.int -> v: Vale.Def.Types_s.quad32 -> s: Vale.X64.Machine_Semantics_s.machine_state -> t: Vale.Arch.HeapTypes_s.taint -> Vale.X64.Machine_Semantics_s.machine_state
{ "end_col": 8, "end_line": 217, "start_col": 2, "start_line": 211 }
Prims.Tot
val eval_reg_64 (r: reg_64) (s: machine_state) : nat64
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let eval_reg_64 (r:reg_64) (s:machine_state) : nat64 = eval_reg (Reg 0 r) s
val eval_reg_64 (r: reg_64) (s: machine_state) : nat64 let eval_reg_64 (r: reg_64) (s: machine_state) : nat64 =
false
null
false
eval_reg (Reg 0 r) s
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.eval_reg", "Vale.X64.Machine_s.Reg", "Vale.Def.Types_s.nat64" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eval_reg_64 (r: reg_64) (s: machine_state) : nat64
[]
Vale.X64.Machine_Semantics_s.eval_reg_64
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
r: Vale.X64.Machine_s.reg_64 -> s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.Def.Types_s.nat64
{ "end_col": 82, "end_line": 79, "start_col": 62, "start_line": 79 }
Prims.Tot
val update_rsp' (new_rsp: int) (s: machine_state) : machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let update_rsp' (new_rsp:int) (s:machine_state) : machine_state = let Machine_stack init_rsp mem = s.ms_stack in // Only modify the stack pointer if the new value is valid, that is in the current stack frame, and in the same page if new_rsp >= init_rsp - 4096 && new_rsp <= init_rsp then update_reg_64' rRsp ne...
val update_rsp' (new_rsp: int) (s: machine_state) : machine_state let update_rsp' (new_rsp: int) (s: machine_state) : machine_state =
false
null
false
let Machine_stack init_rsp mem = s.ms_stack in if new_rsp >= init_rsp - 4096 && new_rsp <= init_rsp then update_reg_64' rRsp new_rsp s else s
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Prims.int", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.Def.Types_s.nat64", "Prims.b2t", "Prims.op_GreaterThanOrEqual", "FStar.Map.t", "Vale.Def.Types_s.nat8", "Prims.op_AmpAmp", "Prims.op_Subtraction", "Prims.op_LessThanOrEqual", "Vale.X64.Machine_Semantics_s.update_reg_64'", "Vale.X...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_rsp' (new_rsp: int) (s: machine_state) : machine_state
[]
Vale.X64.Machine_Semantics_s.update_rsp'
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
new_rsp: Prims.int -> s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.X64.Machine_Semantics_s.machine_state
{ "end_col": 5, "end_line": 354, "start_col": 65, "start_line": 348 }
Prims.Tot
val state_or_fail (s: machine_state) (b: bool) (s': machine_state) : machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let state_or_fail (s:machine_state) (b:bool) (s':machine_state) : machine_state = if b then s' else {s with ms_ok = false}
val state_or_fail (s: machine_state) (b: bool) (s': machine_state) : machine_state let state_or_fail (s: machine_state) (b: bool) (s': machine_state) : machine_state =
false
null
false
if b then s' else { s with ms_ok = false }
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.machine_state", "Prims.bool", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_regs", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_flags", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val state_or_fail (s: machine_state) (b: bool) (s': machine_state) : machine_state
[]
Vale.X64.Machine_Semantics_s.state_or_fail
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s: Vale.X64.Machine_Semantics_s.machine_state -> b: Prims.bool -> s': Vale.X64.Machine_Semantics_s.machine_state -> Vale.X64.Machine_Semantics_s.machine_state
{ "end_col": 42, "end_line": 618, "start_col": 2, "start_line": 618 }
FStar.Pervasives.Lemma
val lemma_is_machine_heap_update64 (ptr: int) (v: nat64) (mh: machine_heap) : Lemma (requires valid_addr64 ptr mh) (ensures is_machine_heap_update mh (update_heap64 ptr v mh)) [SMTPat (is_machine_heap_update mh (update_heap64 ptr v mh))]
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let lemma_is_machine_heap_update64 (ptr:int) (v:nat64) (mh:machine_heap) : Lemma (requires valid_addr64 ptr mh) (ensures is_machine_heap_update mh (update_heap64 ptr v mh)) [SMTPat (is_machine_heap_update mh (update_heap64 ptr v mh))] = reveal_opaque (`%valid_addr64) valid_addr64; update_heap64_reveal (); ...
val lemma_is_machine_heap_update64 (ptr: int) (v: nat64) (mh: machine_heap) : Lemma (requires valid_addr64 ptr mh) (ensures is_machine_heap_update mh (update_heap64 ptr v mh)) [SMTPat (is_machine_heap_update mh (update_heap64 ptr v mh))] let lemma_is_machine_heap_update64 (ptr: int) (v: nat64) (mh: mach...
false
null
true
reveal_opaque (`%valid_addr64) valid_addr64; update_heap64_reveal (); ()
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "lemma" ]
[ "Prims.int", "Vale.Def.Types_s.nat64", "Vale.Arch.MachineHeap_s.machine_heap", "Prims.unit", "Vale.Arch.MachineHeap_s.update_heap64_reveal", "FStar.Pervasives.reveal_opaque", "Prims.bool", "Vale.Arch.MachineHeap_s.valid_addr64", "Prims.b2t", "Prims.squash", "Vale.Arch.MachineHeap_s.is_machine_he...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_is_machine_heap_update64 (ptr: int) (v: nat64) (mh: machine_heap) : Lemma (requires valid_addr64 ptr mh) (ensures is_machine_heap_update mh (update_heap64 ptr v mh)) [SMTPat (is_machine_heap_update mh (update_heap64 ptr v mh))]
[]
Vale.X64.Machine_Semantics_s.lemma_is_machine_heap_update64
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
ptr: Prims.int -> v: Vale.Def.Types_s.nat64 -> mh: Vale.Arch.MachineHeap_s.machine_heap -> FStar.Pervasives.Lemma (requires Vale.Arch.MachineHeap_s.valid_addr64 ptr mh) (ensures Vale.Arch.MachineHeap_s.is_machine_heap_update mh (Vale.Arch.MachineHeap_s.update_heap64 ptr v mh)) [ ...
{ "end_col": 4, "end_line": 174, "start_col": 2, "start_line": 172 }
Prims.Tot
val update_of' (flags: flags_t) (new_of: bool) : (new_flags: flags_t{overflow new_flags == Some new_of})
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let update_of' (flags:flags_t) (new_of:bool) : (new_flags:flags_t{overflow new_flags == Some new_of}) = FStar.FunctionalExtensionality.on_dom flag (fun f -> if f = fOverflow then Some new_of else flags f)
val update_of' (flags: flags_t) (new_of: bool) : (new_flags: flags_t{overflow new_flags == Some new_of}) let update_of' (flags: flags_t) (new_of: bool) : (new_flags: flags_t{overflow new_flags == Some new_of}) =
false
null
false
FStar.FunctionalExtensionality.on_dom flag (fun f -> if f = fOverflow then Some new_of else flags f)
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.flags_t", "Prims.bool", "FStar.FunctionalExtensionality.on_dom", "Vale.X64.Machine_s.flag", "FStar.Pervasives.Native.option", "Prims.op_Equality", "Vale.X64.Machine_s.fOverflow", "FStar.Pervasives.Native.Some", "Prims.eq2", "Vale.X64.Machine_Semantics_s.overflow" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_of' (flags: flags_t) (new_of: bool) : (new_flags: flags_t{overflow new_flags == Some new_of})
[]
Vale.X64.Machine_Semantics_s.update_of'
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
flags: Vale.X64.Machine_Semantics_s.flags_t -> new_of: Prims.bool -> new_flags: Vale.X64.Machine_Semantics_s.flags_t {Vale.X64.Machine_Semantics_s.overflow new_flags == FStar.Pervasives.Native.Some new_of}
{ "end_col": 102, "end_line": 366, "start_col": 2, "start_line": 366 }
Prims.Tot
val eval_operand (o: operand64) (s: machine_state) : nat64
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let eval_operand (o:operand64) (s:machine_state) : nat64 = match o with | OConst n -> n | OReg r -> eval_reg_64 r s | OMem (m, _) -> eval_mem (eval_maddr m s) s | OStack (m, _) -> eval_stack (eval_maddr m s) s.ms_stack
val eval_operand (o: operand64) (s: machine_state) : nat64 let eval_operand (o: operand64) (s: machine_state) : nat64 =
false
null
false
match o with | OConst n -> n | OReg r -> eval_reg_64 r s | OMem (m, _) -> eval_mem (eval_maddr m s) s | OStack (m, _) -> eval_stack (eval_maddr m s) s.ms_stack
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.operand64", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_Semantics_s.eval_reg_64", "Vale.X64.Machine_s.maddr", "Vale.Arch.HeapTypes_s.taint", "Vale.X64.Machine_Semantics_s.eval_mem", "Vale.X64.Machine_Sem...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eval_operand (o: operand64) (s: machine_state) : nat64
[]
Vale.X64.Machine_Semantics_s.eval_operand
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_s.operand64 -> s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.Def.Types_s.nat64
{ "end_col": 59, "end_line": 106, "start_col": 2, "start_line": 102 }
Prims.Tot
val eval_ocmp (s: machine_state) (c: ocmp) : bool
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let eval_ocmp (s:machine_state) (c:ocmp) : bool = match c with | BC.OEq o1 o2 -> eval_operand o1 s = eval_operand o2 s | BC.ONe o1 o2 -> eval_operand o1 s <> eval_operand o2 s | BC.OLe o1 o2 -> eval_operand o1 s <= eval_operand o2 s | BC.OGe o1 o2 -> eval_operand o1 s >= eval_operand o2 s | BC.OLt o1 o2 -> ...
val eval_ocmp (s: machine_state) (c: ocmp) : bool let eval_ocmp (s: machine_state) (c: ocmp) : bool =
false
null
false
match c with | BC.OEq o1 o2 -> eval_operand o1 s = eval_operand o2 s | BC.ONe o1 o2 -> eval_operand o1 s <> eval_operand o2 s | BC.OLe o1 o2 -> eval_operand o1 s <= eval_operand o2 s | BC.OGe o1 o2 -> eval_operand o1 s >= eval_operand o2 s | BC.OLt o1 o2 -> eval_operand o1 s < eval_operand o2 s | BC.OGt o1 o2 -> eval_o...
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.ocmp", "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", ...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eval_ocmp (s: machine_state) (c: ocmp) : bool
[]
Vale.X64.Machine_Semantics_s.eval_ocmp
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s: Vale.X64.Machine_Semantics_s.machine_state -> c: Vale.X64.Machine_Semantics_s.ocmp -> Prims.bool
{ "end_col": 57, "end_line": 122, "start_col": 2, "start_line": 116 }
Prims.Tot
val eval_mov128_op (o: operand128) (s: machine_state) : quad32
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let eval_mov128_op (o:operand128) (s:machine_state) : quad32 = match o with | OConst c -> c | OReg i -> eval_reg_xmm i s | OMem (m, _) -> eval_mem128 (eval_maddr m s) s | OStack (m, _) -> eval_stack128 (eval_maddr m s) s.ms_stack
val eval_mov128_op (o: operand128) (s: machine_state) : quad32 let eval_mov128_op (o: operand128) (s: machine_state) : quad32 =
false
null
false
match o with | OConst c -> c | OReg i -> eval_reg_xmm i s | OMem (m, _) -> eval_mem128 (eval_maddr m s) s | OStack (m, _) -> eval_stack128 (eval_maddr m s) s.ms_stack
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.operand128", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.quad32", "Vale.X64.Machine_s.reg_xmm", "Vale.X64.Machine_Semantics_s.eval_reg_xmm", "Vale.X64.Machine_s.maddr", "Vale.Arch.HeapTypes_s.taint", "Vale.X64.Machine_Semantics_s.eval_mem128", "Vale.X64.Mach...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eval_mov128_op (o: operand128) (s: machine_state) : quad32
[]
Vale.X64.Machine_Semantics_s.eval_mov128_op
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_s.operand128 -> s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.Def.Types_s.quad32
{ "end_col": 62, "end_line": 113, "start_col": 2, "start_line": 109 }
Prims.Tot
val valid_src_operand64_and_taint (o: operand64) (s: machine_state) : bool
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let valid_src_operand64_and_taint (o:operand64) (s:machine_state) : bool = match o with | OConst n -> true | OReg r -> true | OMem (m, t) -> let ptr = eval_maddr m s in valid_addr64 ptr (heap_get s.ms_heap) && match_n ptr 8 (heap_taint s.ms_heap) t | OStack (m, t) -> let ptr = eval_maddr m s in ...
val valid_src_operand64_and_taint (o: operand64) (s: machine_state) : bool let valid_src_operand64_and_taint (o: operand64) (s: machine_state) : bool =
false
null
false
match o with | OConst n -> true | OReg r -> true | OMem (m, t) -> let ptr = eval_maddr m s in valid_addr64 ptr (heap_get s.ms_heap) && match_n ptr 8 (heap_taint s.ms_heap) t | OStack (m, t) -> let ptr = eval_maddr m s in valid_src_stack64 ptr s.ms_stack && match_n ptr 8 s.ms_stackTaint t
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.operand64", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.maddr", "Vale.Arch.HeapTypes_s.taint", "Prims.op_AmpAmp", "Vale.Arch.MachineHeap_s.valid_addr64", "Vale.Arch.Heap.heap_get", "Vale.X64.Machine_...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid_src_operand64_and_taint (o: operand64) (s: machine_state) : bool
[]
Vale.X64.Machine_Semantics_s.valid_src_operand64_and_taint
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_s.operand64 -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.bool
{ "end_col": 71, "end_line": 271, "start_col": 2, "start_line": 263 }
Prims.Tot
val update_operand64_preserve_flags'' (o: operand64) (v: nat64) (s_orig s: machine_state) : machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let update_operand64_preserve_flags'' (o:operand64) (v:nat64) (s_orig s:machine_state) : machine_state = match o with | OConst _ -> {s with ms_ok = false} | OReg r -> update_reg_64' r v s | OMem (m, t) -> update_mem_and_taint (eval_maddr m s_orig) v s t // see valid_buf_maddr64 for how eval_maddr connects to b ...
val update_operand64_preserve_flags'' (o: operand64) (v: nat64) (s_orig s: machine_state) : machine_state let update_operand64_preserve_flags'' (o: operand64) (v: nat64) (s_orig s: machine_state) : machine_state =
false
null
false
match o with | OConst _ -> { s with ms_ok = false } | OReg r -> update_reg_64' r v s | OMem (m, t) -> update_mem_and_taint (eval_maddr m s_orig) v s t | OStack (m, t) -> update_stack_and_taint (eval_maddr m s_orig) v s t
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.operand64", "Vale.Def.Types_s.nat64", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_regs", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_operand64_preserve_flags'' (o: operand64) (v: nat64) (s_orig s: machine_state) : machine_state
[]
Vale.X64.Machine_Semantics_s.update_operand64_preserve_flags''
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_s.operand64 -> v: Vale.Def.Types_s.nat64 -> s_orig: Vale.X64.Machine_Semantics_s.machine_state -> s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.X64.Machine_Semantics_s.machine_state
{ "end_col": 71, "end_line": 326, "start_col": 2, "start_line": 322 }
Prims.Tot
val machine_eval_code_ins_def (i: ins) (s: machine_state) : option machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let machine_eval_code_ins_def (i:ins) (s:machine_state) : option machine_state = let obs = ins_obs i s in // REVIEW: drop trace, then restore trace, to make clear that machine_eval_ins shouldn't depend on trace Some ({machine_eval_ins i ({s with ms_trace = []}) with ms_trace = obs @ s.ms_trace})
val machine_eval_code_ins_def (i: ins) (s: machine_state) : option machine_state let machine_eval_code_ins_def (i: ins) (s: machine_state) : option machine_state =
false
null
false
let obs = ins_obs i s in Some ({ machine_eval_ins i ({ s with ms_trace = [] }) with ms_trace = obs @ s.ms_trace })
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Machine_Semantics_s.machine_state", "FStar.Pervasives.Native.Some", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_ok", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_regs", "V...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val machine_eval_code_ins_def (i: ins) (s: machine_state) : option machine_state
[]
Vale.X64.Machine_Semantics_s.machine_eval_code_ins_def
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
i: Vale.X64.Machine_Semantics_s.ins -> s: Vale.X64.Machine_Semantics_s.machine_state -> FStar.Pervasives.Native.option Vale.X64.Machine_Semantics_s.machine_state
{ "end_col": 87, "end_line": 728, "start_col": 80, "start_line": 725 }
Prims.Tot
val machine_eval_ins (i: ins) (s: machine_state) : machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let machine_eval_ins (i:ins) (s:machine_state) : machine_state = run (machine_eval_ins_st i) s
val machine_eval_ins (i: ins) (s: machine_state) : machine_state let machine_eval_ins (i: ins) (s: machine_state) : machine_state =
false
null
false
run (machine_eval_ins_st i) s
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.run", "Vale.X64.Machine_Semantics_s.machine_eval_ins_st" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val machine_eval_ins (i: ins) (s: machine_state) : machine_state
[]
Vale.X64.Machine_Semantics_s.machine_eval_ins
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
i: Vale.X64.Machine_Semantics_s.ins -> s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.X64.Machine_Semantics_s.machine_state
{ "end_col": 31, "end_line": 723, "start_col": 2, "start_line": 723 }
Prims.Tot
val valid_src_operand (o: operand64) (s: machine_state) : bool
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let valid_src_operand (o:operand64) (s:machine_state) : bool = match o with | OConst n -> true | OReg r -> true | OMem (m, t) -> valid_addr64 (eval_maddr m s) (heap_get s.ms_heap) | OStack (m, t) -> valid_src_stack64 (eval_maddr m s) s.ms_stack
val valid_src_operand (o: operand64) (s: machine_state) : bool let valid_src_operand (o: operand64) (s: machine_state) : bool =
false
null
false
match o with | OConst n -> true | OReg r -> true | OMem (m, t) -> valid_addr64 (eval_maddr m s) (heap_get s.ms_heap) | OStack (m, t) -> valid_src_stack64 (eval_maddr m s) s.ms_stack
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_s.operand64", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.maddr", "Vale.Arch.HeapTypes_s.taint", "Vale.Arch.MachineHeap_s.valid_addr64", "Vale.X64.Machine_Semantics_s.eval_maddr", "Vale.Arch.Heap.heap_ge...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid_src_operand (o: operand64) (s: machine_state) : bool
[]
Vale.X64.Machine_Semantics_s.valid_src_operand
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.X64.Machine_s.operand64 -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.bool
{ "end_col": 66, "end_line": 260, "start_col": 2, "start_line": 256 }
Prims.Tot
val machine_eval_ocmp (s: machine_state) (c: ocmp) : machine_state & bool
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let machine_eval_ocmp (s:machine_state) (c:ocmp) : machine_state & bool = let s = run (check (valid_ocmp_opaque c)) s in let b = eval_ocmp_opaque s c in let s = {s with ms_flags = havoc_flags; ms_trace = (BranchPredicate b)::s.ms_trace} in (s, b)
val machine_eval_ocmp (s: machine_state) (c: ocmp) : machine_state & bool let machine_eval_ocmp (s: machine_state) (c: ocmp) : machine_state & bool =
false
null
false
let s = run (check (valid_ocmp_opaque c)) s in let b = eval_ocmp_opaque s c in let s = { s with ms_flags = havoc_flags; ms_trace = (BranchPredicate b) :: s.ms_trace } in (s, b)
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.ocmp", "FStar.Pervasives.Native.Mktuple2", "Prims.bool", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_ok", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state_...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val machine_eval_ocmp (s: machine_state) (c: ocmp) : machine_state & bool
[]
Vale.X64.Machine_Semantics_s.machine_eval_ocmp
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s: Vale.X64.Machine_Semantics_s.machine_state -> c: Vale.X64.Machine_Semantics_s.ocmp -> Vale.X64.Machine_Semantics_s.machine_state * Prims.bool
{ "end_col": 8, "end_line": 737, "start_col": 73, "start_line": 733 }
Prims.Tot
val machine_eval_code_ins (i: ins) (s: machine_state) : option machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let machine_eval_code_ins (i:ins) (s:machine_state) : option machine_state = machine_eval_code_ins_def i s
val machine_eval_code_ins (i: ins) (s: machine_state) : option machine_state let machine_eval_code_ins (i: ins) (s: machine_state) : option machine_state =
false
null
false
machine_eval_code_ins_def i s
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.machine_eval_code_ins_def", "FStar.Pervasives.Native.option" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val machine_eval_code_ins (i: ins) (s: machine_state) : option machine_state
[]
Vale.X64.Machine_Semantics_s.machine_eval_code_ins
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
i: Vale.X64.Machine_Semantics_s.ins -> s: Vale.X64.Machine_Semantics_s.machine_state -> FStar.Pervasives.Native.option Vale.X64.Machine_Semantics_s.machine_state
{ "end_col": 31, "end_line": 731, "start_col": 2, "start_line": 731 }
Prims.Tot
val try_option (#a: Type) (o: option a) (f: (a -> st unit)) : st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let try_option (#a:Type) (o:option a) (f:a -> st unit) : st unit = match o with | None -> fail | Some x -> f x
val try_option (#a: Type) (o: option a) (f: (a -> st unit)) : st unit let try_option (#a: Type) (o: option a) (f: (a -> st unit)) : st unit =
false
null
false
match o with | None -> fail | Some x -> f x
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "FStar.Pervasives.Native.option", "Vale.X64.Machine_Semantics_s.st", "Prims.unit", "Vale.X64.Machine_Semantics_s.fail" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val try_option (#a: Type) (o: option a) (f: (a -> st unit)) : st unit
[]
Vale.X64.Machine_Semantics_s.try_option
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: FStar.Pervasives.Native.option a -> f: (_: a -> Vale.X64.Machine_Semantics_s.st Prims.unit) -> Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 17, "end_line": 422, "start_col": 2, "start_line": 420 }
Prims.Tot
val operand_obs128 (s: machine_state) (op: operand128) : list observation
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let operand_obs128 (s:machine_state) (op:operand128) : list observation = match op with | OConst _ | OReg _ -> [] | OMem (m, _) | OStack (m, _) -> [MemAccess (eval_maddr m s)]
val operand_obs128 (s: machine_state) (op: operand128) : list observation let operand_obs128 (s: machine_state) (op: operand128) : list observation =
false
null
false
match op with | OConst _ | OReg _ -> [] | OMem (m, _) | OStack (m, _) -> [MemAccess (eval_maddr m s)]
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.operand128", "Vale.X64.Machine_s.quad32", "Prims.Nil", "Vale.X64.Machine_s.observation", "Vale.X64.Machine_s.reg_xmm", "Vale.X64.Machine_s.maddr", "Vale.Arch.HeapTypes_s.taint", "Prims.Cons", "Vale.X64.Machine_s.MemAccess", "Vale....
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val operand_obs128 (s: machine_state) (op: operand128) : list observation
[]
Vale.X64.Machine_Semantics_s.operand_obs128
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s: Vale.X64.Machine_Semantics_s.machine_state -> op: Vale.X64.Machine_s.operand128 -> Prims.list Vale.X64.Machine_s.observation
{ "end_col": 63, "end_line": 491, "start_col": 2, "start_line": 489 }
Prims.Tot
val obs_operand_explicit (i: instr_operand_explicit) (o: instr_operand_t i) (s: machine_state) : list observation
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let obs_operand_explicit (i:instr_operand_explicit) (o:instr_operand_t i) (s:machine_state) : list observation = match i with | IOp64 -> operand_obs s o | IOpXmm -> operand_obs128 s o
val obs_operand_explicit (i: instr_operand_explicit) (o: instr_operand_t i) (s: machine_state) : list observation let obs_operand_explicit (i: instr_operand_explicit) (o: instr_operand_t i) (s: machine_state) : list observation =
false
null
false
match i with | IOp64 -> operand_obs s o | IOpXmm -> operand_obs128 s o
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Instruction_s.instr_operand_explicit", "Vale.X64.Instruction_s.instr_operand_t", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.operand_obs", "Vale.X64.Machine_Semantics_s.operand_obs128", "Prims.list", "Vale.X64.Machine_s.observation" ]
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val obs_operand_explicit (i: instr_operand_explicit) (o: instr_operand_t i) (s: machine_state) : list observation
[]
Vale.X64.Machine_Semantics_s.obs_operand_explicit
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
i: Vale.X64.Instruction_s.instr_operand_explicit -> o: Vale.X64.Instruction_s.instr_operand_t i -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.list Vale.X64.Machine_s.observation
{ "end_col": 32, "end_line": 500, "start_col": 2, "start_line": 498 }
Prims.Tot
val obs_operand_implicit (i: instr_operand_implicit) (s: machine_state) : list observation
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let obs_operand_implicit (i:instr_operand_implicit) (s:machine_state) : list observation = match i with | IOp64One o -> operand_obs s o | IOpXmmOne o -> operand_obs128 s o | IOpFlagsCf | IOpFlagsOf -> []
val obs_operand_implicit (i: instr_operand_implicit) (s: machine_state) : list observation let obs_operand_implicit (i: instr_operand_implicit) (s: machine_state) : list observation =
false
null
false
match i with | IOp64One o -> operand_obs s o | IOpXmmOne o -> operand_obs128 s o | IOpFlagsCf | IOpFlagsOf -> []
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Instruction_s.instr_operand_implicit", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.operand64", "Vale.X64.Machine_Semantics_s.operand_obs", "Vale.X64.Machine_s.operand128", "Vale.X64.Machine_Semantics_s.operand_obs128", "Prims.Nil", "Vale.X64.Machine_s.observation", "P...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val obs_operand_implicit (i: instr_operand_implicit) (s: machine_state) : list observation
[]
Vale.X64.Machine_Semantics_s.obs_operand_implicit
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
i: Vale.X64.Instruction_s.instr_operand_implicit -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.list Vale.X64.Machine_s.observation
{ "end_col": 33, "end_line": 509, "start_col": 2, "start_line": 506 }
Prims.Tot
val obs_args (args: list instr_operand) (oprs: instr_operands_t_args args) (s: machine_state) : list observation
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let rec obs_args (args:list instr_operand) (oprs:instr_operands_t_args args) (s:machine_state) : list observation = match args with | [] -> [] | i::args -> match i with | IOpEx i -> let oprs = coerce oprs in obs_operand_explicit i (fst oprs) s @ obs_args args (snd oprs) s | IOpIm i -...
val obs_args (args: list instr_operand) (oprs: instr_operands_t_args args) (s: machine_state) : list observation let rec obs_args (args: list instr_operand) (oprs: instr_operands_t_args args) (s: machine_state) : list observation =
false
null
false
match args with | [] -> [] | i :: args -> match i with | IOpEx i -> let oprs = coerce oprs in obs_operand_explicit i (fst oprs) s @ obs_args args (snd oprs) s | IOpIm i -> obs_operand_implicit i s @ obs_args args (coerce oprs) s
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Prims.list", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_operands_t_args", "Vale.X64.Machine_Semantics_s.machine_state", "Prims.Nil", "Vale.X64.Machine_s.observation", "Vale.X64.Instruction_s.instr_operand_explicit", "FStar.List.Tot.Base.op_At", "Vale.X64.Machine_Semantics...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val obs_args (args: list instr_operand) (oprs: instr_operands_t_args args) (s: machine_state) : list observation
[ "recursion" ]
Vale.X64.Machine_Semantics_s.obs_args
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
args: Prims.list Vale.X64.Instruction_s.instr_operand -> oprs: Vale.X64.Instruction_s.instr_operands_t_args args -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.list Vale.X64.Machine_s.observation
{ "end_col": 62, "end_line": 524, "start_col": 2, "start_line": 516 }
Prims.Tot
val obs_inouts (inouts: list instr_out) (args: list instr_operand) (oprs: instr_operands_t inouts args) (s: machine_state) : list observation
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let rec obs_inouts (inouts:list instr_out) (args:list instr_operand) (oprs:instr_operands_t inouts args) (s:machine_state) : list observation = match inouts with | [] -> obs_args args oprs s | (_, i)::inouts -> let (v, oprs) = match i with | IOpEx i -> let oprs = coerce oprs in ...
val obs_inouts (inouts: list instr_out) (args: list instr_operand) (oprs: instr_operands_t inouts args) (s: machine_state) : list observation let rec obs_inouts (inouts: list instr_out) (args: list instr_operand) (oprs: instr_operands_t inouts args) (s: machine_state)...
false
null
false
match inouts with | [] -> obs_args args oprs s | (_, i) :: inouts -> let v, oprs = match i with | IOpEx i -> let oprs = coerce oprs in (obs_operand_explicit i (fst oprs) s), snd oprs | IOpIm i -> obs_operand_implicit i s, coerce oprs in v @ obs_inouts inouts args oprs s
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_operands_t", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.obs_args", "Vale.X64.Instruction_s.instr_operand_inout", "Vale.X64.Machine_s.observation", ...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val obs_inouts (inouts: list instr_out) (args: list instr_operand) (oprs: instr_operands_t inouts args) (s: machine_state) : list observation
[ "recursion" ]
Vale.X64.Machine_Semantics_s.obs_inouts
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
inouts: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> oprs: Vale.X64.Instruction_s.instr_operands_t inouts args -> s: Vale.X64.Machine_Semantics_s.machine_state -> Prims.list Vale.X64.Machine_s.observation
{ "end_col": 40, "end_line": 541, "start_col": 2, "start_line": 532 }
Prims.Tot
val instr_eval_operand_explicit (i: instr_operand_explicit) (o: instr_operand_t i) (s: machine_state) : option (instr_val_t (IOpEx i))
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let instr_eval_operand_explicit (i:instr_operand_explicit) (o:instr_operand_t i) (s:machine_state) : option (instr_val_t (IOpEx i)) = match i with | IOp64 -> if valid_src_operand64_and_taint o s then Some (eval_operand o s) else None | IOpXmm -> if valid_src_operand128_and_taint o s then Some (eval_mov128_op o s)...
val instr_eval_operand_explicit (i: instr_operand_explicit) (o: instr_operand_t i) (s: machine_state) : option (instr_val_t (IOpEx i)) let instr_eval_operand_explicit (i: instr_operand_explicit) (o: instr_operand_t i) (s: machine_state) : option (instr_val_t (IOpEx i)) =
false
null
false
match i with | IOp64 -> if valid_src_operand64_and_taint o s then Some (eval_operand o s) else None | IOpXmm -> if valid_src_operand128_and_taint o s then Some (eval_mov128_op o s) else None
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Instruction_s.instr_operand_explicit", "Vale.X64.Instruction_s.instr_operand_t", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.valid_src_operand64_and_taint", "FStar.Pervasives.Native.Some", "Vale.X64.Instruction_s.instr_val_t", "Vale.X64.Instruction_s.IOpEx", "...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val instr_eval_operand_explicit (i: instr_operand_explicit) (o: instr_operand_t i) (s: machine_state) : option (instr_val_t (IOpEx i))
[]
Vale.X64.Machine_Semantics_s.instr_eval_operand_explicit
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
i: Vale.X64.Instruction_s.instr_operand_explicit -> o: Vale.X64.Instruction_s.instr_operand_t i -> s: Vale.X64.Machine_Semantics_s.machine_state -> FStar.Pervasives.Native.option (Vale.X64.Instruction_s.instr_val_t (Vale.X64.Instruction_s.IOpEx i))
{ "end_col": 92, "end_line": 555, "start_col": 2, "start_line": 553 }
Prims.Tot
val instr_apply_eval_args (outs: list instr_out) (args: list instr_operand) (f: instr_args_t outs args) (oprs: instr_operands_t_args args) (s: machine_state) : option (instr_ret_t outs)
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let rec instr_apply_eval_args (outs:list instr_out) (args:list instr_operand) (f:instr_args_t outs args) (oprs:instr_operands_t_args args) (s:machine_state) : option (instr_ret_t outs) = match args with | [] -> f | i::args -> let (v, oprs) = match i with | IOpEx i -> let oprs = coerce op...
val instr_apply_eval_args (outs: list instr_out) (args: list instr_operand) (f: instr_args_t outs args) (oprs: instr_operands_t_args args) (s: machine_state) : option (instr_ret_t outs) let rec instr_apply_eval_args (outs: list instr_out) (args: list instr_operand) (f...
false
null
false
match args with | [] -> f | i :: args -> let v, oprs = match i with | IOpEx i -> let oprs = coerce oprs in (instr_eval_operand_explicit i (fst oprs) s, snd oprs) | IOpIm i -> (instr_eval_operand_implicit i s, coerce oprs) in let f:arrow (instr_val_t i) (instr_args_t outs args) = coerce f i...
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_args_t", "Vale.X64.Instruction_s.instr_operands_t_args", "Vale.X64.Machine_Semantics_s.machine_state", "FStar.Pervasives.Native.option", "Vale.X64.Instruction_s.instr_val_t", "Vale...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val instr_apply_eval_args (outs: list instr_out) (args: list instr_operand) (f: instr_args_t outs args) (oprs: instr_operands_t_args args) (s: machine_state) : option (instr_ret_t outs)
[ "recursion" ]
Vale.X64.Machine_Semantics_s.instr_apply_eval_args
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
outs: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> f: Vale.X64.Instruction_s.instr_args_t outs args -> oprs: Vale.X64.Instruction_s.instr_operands_t_args args -> s: Vale.X64.Machine_Semantics_s.machine_state -> FStar.Pervasives.Native.opt...
{ "end_col": 73, "end_line": 579, "start_col": 2, "start_line": 570 }
Prims.Tot
val instr_apply_eval_inouts (outs inouts: list instr_out) (args: list instr_operand) (f: instr_inouts_t outs inouts args) (oprs: instr_operands_t inouts args) (s: machine_state) : option (instr_ret_t outs)
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let rec instr_apply_eval_inouts (outs inouts:list instr_out) (args:list instr_operand) (f:instr_inouts_t outs inouts args) (oprs:instr_operands_t inouts args) (s:machine_state) : option (instr_ret_t outs) = match inouts with | [] -> instr_apply_eval_args outs args f oprs s | (Out, i)::inouts -> let ...
val instr_apply_eval_inouts (outs inouts: list instr_out) (args: list instr_operand) (f: instr_inouts_t outs inouts args) (oprs: instr_operands_t inouts args) (s: machine_state) : option (instr_ret_t outs) let rec instr_apply_eval_inouts (outs inouts: list instr_out) (args:...
false
null
false
match inouts with | [] -> instr_apply_eval_args outs args f oprs s | (Out, i) :: inouts -> let oprs = match i with | IOpEx i -> snd #(instr_operand_t i) (coerce oprs) | IOpIm i -> coerce oprs in instr_apply_eval_inouts outs inouts args (coerce f) oprs s | (InOut, i) :: inouts -> let v, oprs = ma...
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_inouts_t", "Vale.X64.Instruction_s.instr_operands_t", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.instr_apply_eval_args", "Vale.X64.Machine_Semantics_...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val instr_apply_eval_inouts (outs inouts: list instr_out) (args: list instr_operand) (f: instr_inouts_t outs inouts args) (oprs: instr_operands_t inouts args) (s: machine_state) : option (instr_ret_t outs)
[ "recursion" ]
Vale.X64.Machine_Semantics_s.instr_apply_eval_inouts
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
outs: Prims.list Vale.X64.Instruction_s.instr_out -> inouts: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> f: Vale.X64.Instruction_s.instr_inouts_t outs inouts args -> oprs: Vale.X64.Instruction_s.instr_operands_t inouts args -> s: Vale....
{ "end_col": 82, "end_line": 602, "start_col": 2, "start_line": 586 }
Prims.Tot
val instr_write_output_explicit (i: instr_operand_explicit) (v: instr_val_t (IOpEx i)) (o: instr_operand_t i) (s_orig s: machine_state) : machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let instr_write_output_explicit (i:instr_operand_explicit) (v:instr_val_t (IOpEx i)) (o:instr_operand_t i) (s_orig s:machine_state) : machine_state = match i with | IOp64 -> state_or_fail s (valid_dst_operand64 o s_orig) (update_operand64_preserve_flags'' o v s_orig s) | IOpXmm -> state_or_fail s (v...
val instr_write_output_explicit (i: instr_operand_explicit) (v: instr_val_t (IOpEx i)) (o: instr_operand_t i) (s_orig s: machine_state) : machine_state let instr_write_output_explicit (i: instr_operand_explicit) (v: instr_val_t (IOpEx i)) (o: instr_operand_t i) (s_ori...
false
null
false
match i with | IOp64 -> state_or_fail s (valid_dst_operand64 o s_orig) (update_operand64_preserve_flags'' o v s_orig s) | IOpXmm -> state_or_fail s (valid_dst_operand128 o s_orig) (update_operand128_preserve_flags'' o v s_orig s)
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Instruction_s.instr_operand_explicit", "Vale.X64.Instruction_s.instr_val_t", "Vale.X64.Instruction_s.IOpEx", "Vale.X64.Instruction_s.instr_operand_t", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.state_or_fail", "Vale.X64.Machine_Semantics_s.valid_dst_operand64",...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val instr_write_output_explicit (i: instr_operand_explicit) (v: instr_val_t (IOpEx i)) (o: instr_operand_t i) (s_orig s: machine_state) : machine_state
[]
Vale.X64.Machine_Semantics_s.instr_write_output_explicit
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
i: Vale.X64.Instruction_s.instr_operand_explicit -> v: Vale.X64.Instruction_s.instr_val_t (Vale.X64.Instruction_s.IOpEx i) -> o: Vale.X64.Instruction_s.instr_operand_t i -> s_orig: Vale.X64.Machine_Semantics_s.machine_state -> s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.X64.Machine_Sema...
{ "end_col": 101, "end_line": 628, "start_col": 2, "start_line": 624 }
Prims.Tot
val instr_write_output_implicit (i: instr_operand_implicit) (v: instr_val_t (IOpIm i)) (s_orig s: machine_state) : machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let instr_write_output_implicit (i:instr_operand_implicit) (v:instr_val_t (IOpIm i)) (s_orig s:machine_state) : machine_state = match i with | IOp64One o -> state_or_fail s (valid_dst_operand64 o s_orig) (update_operand64_preserve_flags'' o v s_orig s) | IOpXmmOne o -> state_or_fail s (valid_dst_ope...
val instr_write_output_implicit (i: instr_operand_implicit) (v: instr_val_t (IOpIm i)) (s_orig s: machine_state) : machine_state let instr_write_output_implicit (i: instr_operand_implicit) (v: instr_val_t (IOpIm i)) (s_orig s: machine_state) : machine_state =
false
null
false
match i with | IOp64One o -> state_or_fail s (valid_dst_operand64 o s_orig) (update_operand64_preserve_flags'' o v s_orig s) | IOpXmmOne o -> state_or_fail s (valid_dst_operand128 o s_orig) (update_operand128_preserve_flags'' o v s_orig s) | IOpFlagsCf -> { s with ms_flags = update_cf' s.ms_flags v } | IOpFlagsOf -...
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Instruction_s.instr_operand_implicit", "Vale.X64.Instruction_s.instr_val_t", "Vale.X64.Instruction_s.IOpIm", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_s.operand64", "Vale.X64.Machine_Semantics_s.state_or_fail", "Vale.X64.Machine_Semantics_s.valid_dst_operand64", "Vale.X...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val instr_write_output_implicit (i: instr_operand_implicit) (v: instr_val_t (IOpIm i)) (s_orig s: machine_state) : machine_state
[]
Vale.X64.Machine_Semantics_s.instr_write_output_implicit
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
i: Vale.X64.Instruction_s.instr_operand_implicit -> v: Vale.X64.Instruction_s.instr_val_t (Vale.X64.Instruction_s.IOpIm i) -> s_orig: Vale.X64.Machine_Semantics_s.machine_state -> s: Vale.X64.Machine_Semantics_s.machine_state -> Vale.X64.Machine_Semantics_s.machine_state
{ "end_col": 61, "end_line": 640, "start_col": 2, "start_line": 634 }
Prims.Tot
val machine_eval_ins_st (ins: ins) : st unit
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let machine_eval_ins_st (ins:ins) : st unit = let* s = get in match ins with | BC.Instr it oprs ann -> apply_option (eval_instr it oprs ann s) set | BC.Push src t -> check (valid_src_operand64_and_taint src);* let new_src = eval_operand src s in // Evaluate value on initial state let...
val machine_eval_ins_st (ins: ins) : st unit let machine_eval_ins_st (ins: ins) : st unit =
false
null
false
let* s = get in match ins with | BC.Instr it oprs ann -> apply_option (eval_instr it oprs ann s) set | BC.Push src t -> let* _ = check (valid_src_operand64_and_taint src) in let new_src = eval_operand src s in let new_rsp = eval_reg_64 rRsp s - 8 in let* _ = update_rsp new_rsp in let o_new = OStack (MConst ne...
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Machine_Semantics_s.op_let_Star", "Vale.X64.Machine_Semantics_s.machine_state", "Prims.unit", "Vale.X64.Machine_Semantics_s.get", "Vale.X64.Instruction_s.instr_t_record", "Vale.X64.Instruction_s.instr_operands_t", "Vale.X64.Instruction_s.__proj__InstrTypeR...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
true
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val machine_eval_ins_st (ins: ins) : st unit
[]
Vale.X64.Machine_Semantics_s.machine_eval_ins_st
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
ins: Vale.X64.Machine_Semantics_s.ins -> Vale.X64.Machine_Semantics_s.st Prims.unit
{ "end_col": 30, "end_line": 719, "start_col": 2, "start_line": 688 }
Prims.Tot
val instr_write_outputs (outs: list instr_out) (args: list instr_operand) (vs: instr_ret_t outs) (oprs: instr_operands_t outs args) (s_orig s: machine_state) : machine_state
[ { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Instructions_s", "short_module": null }, { "abbrev": false, ...
false
let rec instr_write_outputs (outs:list instr_out) (args:list instr_operand) (vs:instr_ret_t outs) (oprs:instr_operands_t outs args) (s_orig s:machine_state) : machine_state = match outs with | [] -> s | (_, i)::outs -> ( let ((v:instr_val_t i), (vs:instr_ret_t outs)) = match outs with ...
val instr_write_outputs (outs: list instr_out) (args: list instr_operand) (vs: instr_ret_t outs) (oprs: instr_operands_t outs args) (s_orig s: machine_state) : machine_state let rec instr_write_outputs (outs: list instr_out) (args: list instr_operand) (vs: instr_ret_t...
false
null
false
match outs with | [] -> s | (_, i) :: outs -> (let (v: instr_val_t i), (vs: instr_ret_t outs) = match outs with | [] -> (vs, ()) | _ :: _ -> let vs = coerce vs in (fst vs, snd vs) in match i with | IOpEx i -> let oprs = coerce oprs in let s = instr_write_outpu...
{ "checked_file": "Vale.X64.Machine_Semantics_s.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.X64.Bytes_Code_s.fst.checked", "Vale.Lib.Set.fsti.chec...
[ "total" ]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_ret_t", "Vale.X64.Instruction_s.instr_operands_t", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Instruction_s.instr_operand_inout", "Vale.X64.Instruction_s.instr_val_t", ...
[]
module Vale.X64.Machine_Semantics_s open FStar.Mul open FStar.List.Tot open Vale.Def.Prop_s open Vale.Def.Opaque_s include Vale.Arch.MachineHeap_s open Vale.Arch.HeapTypes_s open Vale.Arch.Heap open Vale.X64.Machine_s open Vale.X64.CPU_Features_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four...
false
false
Vale.X64.Machine_Semantics_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val instr_write_outputs (outs: list instr_out) (args: list instr_operand) (vs: instr_ret_t outs) (oprs: instr_operands_t outs args) (s_orig s: machine_state) : machine_state
[ "recursion" ]
Vale.X64.Machine_Semantics_s.instr_write_outputs
{ "file_name": "vale/specs/hardware/Vale.X64.Machine_Semantics_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
outs: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> vs: Vale.X64.Instruction_s.instr_ret_t outs -> oprs: Vale.X64.Instruction_s.instr_operands_t outs args -> s_orig: Vale.X64.Machine_Semantics_s.machine_state -> s: Vale.X64.Machine_Seman...
{ "end_col": 5, "end_line": 669, "start_col": 2, "start_line": 652 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let uint8_3p = uint8_1p & uint8_2p
let uint8_3p =
false
null
false
uint8_1p & uint8_2p
{ "checked_file": "Hacl.Impl.SHA2.Types.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.Impl.SHA2.Types.fst" }
[ "total" ]
[ "FStar.Pervasives.Native.tuple2", "Hacl.Impl.SHA2.Types.uint8_1p", "Hacl.Impl.SHA2.Types.uint8_2p" ]
[]
module Hacl.Impl.SHA2.Types inline_for_extraction noextract let uint8_1p = LowStar.Buffer.buffer FStar.UInt8.t (* This allows generating pretty names for several types used in SHA2-MB, thus improving code quality. This also avoid an unpleasant dependency from SHA2-128 to SHA2-256. See #523 for discussion. *)
false
true
Hacl.Impl.SHA2.Types.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint8_3p : Type0
[]
Hacl.Impl.SHA2.Types.uint8_3p
{ "file_name": "code/sha2-mb/Hacl.Impl.SHA2.Types.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 34, "end_line": 10, "start_col": 15, "start_line": 10 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let uint8_1p = LowStar.Buffer.buffer FStar.UInt8.t
let uint8_1p =
false
null
false
LowStar.Buffer.buffer FStar.UInt8.t
{ "checked_file": "Hacl.Impl.SHA2.Types.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.Impl.SHA2.Types.fst" }
[ "total" ]
[ "LowStar.Buffer.buffer", "FStar.UInt8.t" ]
[]
module Hacl.Impl.SHA2.Types
false
true
Hacl.Impl.SHA2.Types.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint8_1p : Type0
[]
Hacl.Impl.SHA2.Types.uint8_1p
{ "file_name": "code/sha2-mb/Hacl.Impl.SHA2.Types.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 50, "end_line": 4, "start_col": 15, "start_line": 4 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let uint8_7p = uint8_1p & uint8_6p
let uint8_7p =
false
null
false
uint8_1p & uint8_6p
{ "checked_file": "Hacl.Impl.SHA2.Types.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.Impl.SHA2.Types.fst" }
[ "total" ]
[ "FStar.Pervasives.Native.tuple2", "Hacl.Impl.SHA2.Types.uint8_1p", "Hacl.Impl.SHA2.Types.uint8_6p" ]
[]
module Hacl.Impl.SHA2.Types inline_for_extraction noextract let uint8_1p = LowStar.Buffer.buffer FStar.UInt8.t (* This allows generating pretty names for several types used in SHA2-MB, thus improving code quality. This also avoid an unpleasant dependency from SHA2-128 to SHA2-256. See #523 for discussion. *) le...
false
true
Hacl.Impl.SHA2.Types.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint8_7p : Type0
[]
Hacl.Impl.SHA2.Types.uint8_7p
{ "file_name": "code/sha2-mb/Hacl.Impl.SHA2.Types.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 34, "end_line": 14, "start_col": 15, "start_line": 14 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let uint8_2p = uint8_1p & uint8_1p
let uint8_2p =
false
null
false
uint8_1p & uint8_1p
{ "checked_file": "Hacl.Impl.SHA2.Types.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.Impl.SHA2.Types.fst" }
[ "total" ]
[ "FStar.Pervasives.Native.tuple2", "Hacl.Impl.SHA2.Types.uint8_1p" ]
[]
module Hacl.Impl.SHA2.Types inline_for_extraction noextract let uint8_1p = LowStar.Buffer.buffer FStar.UInt8.t (* This allows generating pretty names for several types used in SHA2-MB, thus improving code quality. This also avoid an unpleasant dependency from
false
true
Hacl.Impl.SHA2.Types.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint8_2p : Type0
[]
Hacl.Impl.SHA2.Types.uint8_2p
{ "file_name": "code/sha2-mb/Hacl.Impl.SHA2.Types.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 34, "end_line": 9, "start_col": 15, "start_line": 9 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let uint8_2x8p = uint8_8p & uint8_8p
let uint8_2x8p =
false
null
false
uint8_8p & uint8_8p
{ "checked_file": "Hacl.Impl.SHA2.Types.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.Impl.SHA2.Types.fst" }
[ "total" ]
[ "FStar.Pervasives.Native.tuple2", "Hacl.Impl.SHA2.Types.uint8_8p" ]
[]
module Hacl.Impl.SHA2.Types inline_for_extraction noextract let uint8_1p = LowStar.Buffer.buffer FStar.UInt8.t (* This allows generating pretty names for several types used in SHA2-MB, thus improving code quality. This also avoid an unpleasant dependency from SHA2-128 to SHA2-256. See #523 for discussion. *) le...
false
true
Hacl.Impl.SHA2.Types.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint8_2x8p : Type0
[]
Hacl.Impl.SHA2.Types.uint8_2x8p
{ "file_name": "code/sha2-mb/Hacl.Impl.SHA2.Types.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 36, "end_line": 18, "start_col": 17, "start_line": 18 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let uint8_6p = uint8_1p & uint8_5p
let uint8_6p =
false
null
false
uint8_1p & uint8_5p
{ "checked_file": "Hacl.Impl.SHA2.Types.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.Impl.SHA2.Types.fst" }
[ "total" ]
[ "FStar.Pervasives.Native.tuple2", "Hacl.Impl.SHA2.Types.uint8_1p", "Hacl.Impl.SHA2.Types.uint8_5p" ]
[]
module Hacl.Impl.SHA2.Types inline_for_extraction noextract let uint8_1p = LowStar.Buffer.buffer FStar.UInt8.t (* This allows generating pretty names for several types used in SHA2-MB, thus improving code quality. This also avoid an unpleasant dependency from SHA2-128 to SHA2-256. See #523 for discussion. *) le...
false
true
Hacl.Impl.SHA2.Types.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint8_6p : Type0
[]
Hacl.Impl.SHA2.Types.uint8_6p
{ "file_name": "code/sha2-mb/Hacl.Impl.SHA2.Types.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 34, "end_line": 13, "start_col": 15, "start_line": 13 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let uint8_5p = uint8_1p & uint8_4p
let uint8_5p =
false
null
false
uint8_1p & uint8_4p
{ "checked_file": "Hacl.Impl.SHA2.Types.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.Impl.SHA2.Types.fst" }
[ "total" ]
[ "FStar.Pervasives.Native.tuple2", "Hacl.Impl.SHA2.Types.uint8_1p", "Hacl.Impl.SHA2.Types.uint8_4p" ]
[]
module Hacl.Impl.SHA2.Types inline_for_extraction noextract let uint8_1p = LowStar.Buffer.buffer FStar.UInt8.t (* This allows generating pretty names for several types used in SHA2-MB, thus improving code quality. This also avoid an unpleasant dependency from SHA2-128 to SHA2-256. See #523 for discussion. *) le...
false
true
Hacl.Impl.SHA2.Types.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint8_5p : Type0
[]
Hacl.Impl.SHA2.Types.uint8_5p
{ "file_name": "code/sha2-mb/Hacl.Impl.SHA2.Types.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 34, "end_line": 12, "start_col": 15, "start_line": 12 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let uint8_8p = uint8_1p & uint8_7p
let uint8_8p =
false
null
false
uint8_1p & uint8_7p
{ "checked_file": "Hacl.Impl.SHA2.Types.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.Impl.SHA2.Types.fst" }
[ "total" ]
[ "FStar.Pervasives.Native.tuple2", "Hacl.Impl.SHA2.Types.uint8_1p", "Hacl.Impl.SHA2.Types.uint8_7p" ]
[]
module Hacl.Impl.SHA2.Types inline_for_extraction noextract let uint8_1p = LowStar.Buffer.buffer FStar.UInt8.t (* This allows generating pretty names for several types used in SHA2-MB, thus improving code quality. This also avoid an unpleasant dependency from SHA2-128 to SHA2-256. See #523 for discussion. *) le...
false
true
Hacl.Impl.SHA2.Types.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint8_8p : Type0
[]
Hacl.Impl.SHA2.Types.uint8_8p
{ "file_name": "code/sha2-mb/Hacl.Impl.SHA2.Types.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 34, "end_line": 15, "start_col": 15, "start_line": 15 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let uint8_2x4p = uint8_4p & uint8_4p
let uint8_2x4p =
false
null
false
uint8_4p & uint8_4p
{ "checked_file": "Hacl.Impl.SHA2.Types.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.Impl.SHA2.Types.fst" }
[ "total" ]
[ "FStar.Pervasives.Native.tuple2", "Hacl.Impl.SHA2.Types.uint8_4p" ]
[]
module Hacl.Impl.SHA2.Types inline_for_extraction noextract let uint8_1p = LowStar.Buffer.buffer FStar.UInt8.t (* This allows generating pretty names for several types used in SHA2-MB, thus improving code quality. This also avoid an unpleasant dependency from SHA2-128 to SHA2-256. See #523 for discussion. *) le...
false
true
Hacl.Impl.SHA2.Types.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint8_2x4p : Type0
[]
Hacl.Impl.SHA2.Types.uint8_2x4p
{ "file_name": "code/sha2-mb/Hacl.Impl.SHA2.Types.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 36, "end_line": 17, "start_col": 17, "start_line": 17 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.SHA2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let uint8_4p = uint8_1p & uint8_3p
let uint8_4p =
false
null
false
uint8_1p & uint8_3p
{ "checked_file": "Hacl.Impl.SHA2.Types.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.Impl.SHA2.Types.fst" }
[ "total" ]
[ "FStar.Pervasives.Native.tuple2", "Hacl.Impl.SHA2.Types.uint8_1p", "Hacl.Impl.SHA2.Types.uint8_3p" ]
[]
module Hacl.Impl.SHA2.Types inline_for_extraction noextract let uint8_1p = LowStar.Buffer.buffer FStar.UInt8.t (* This allows generating pretty names for several types used in SHA2-MB, thus improving code quality. This also avoid an unpleasant dependency from SHA2-128 to SHA2-256. See #523 for discussion. *) le...
false
true
Hacl.Impl.SHA2.Types.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint8_4p : Type0
[]
Hacl.Impl.SHA2.Types.uint8_4p
{ "file_name": "code/sha2-mb/Hacl.Impl.SHA2.Types.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 34, "end_line": 11, "start_col": 15, "start_line": 11 }
Prims.Tot
val va_quick_AES_GCM_encrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) : (va_quickCode unit (va_code_AES_GCM_encrypt_6mult alg))
[ { "abbrev": false, "full_module": "Vale.AES.X64.AESopt2", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESopt", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.GHash", "short_module": null }, { "abbrev": false, "f...
false
let va_quick_AES_GCM_encrypt_6mult (alg:algorithm) (h_LE:quad32) (iv_b:buffer128) (in_b:buffer128) (out_b:buffer128) (scratch_b:buffer128) (key_words:(seq nat32)) (round_keys:(seq quad32)) (keys_b:buffer128) (hkeys_b:buffer128) : (va_quickCode unit (va_code_AES_GCM_encrypt_6mult alg)) = (va_QProc (va_code_AES_GCM...
val va_quick_AES_GCM_encrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) : (va_quickCode unit (va_code_AES_GCM_encrypt_6mult alg)) let va_quick_AES_GCM_encrypt_6mult ...
false
null
false
(va_QProc (va_code_AES_GCM_encrypt_6mult alg) ([ va_Mod_flags; va_Mod_mem_heaplet 3; va_Mod_mem_heaplet 2; va_Mod_mem_heaplet 6; va_Mod_xmm 15; va_Mod_xmm 14; va_Mod_xmm 13; va_Mod_xmm 12; va_Mod_xmm 11; va_Mod_xmm 10; va_Mod_xmm 9; va_Mod_xmm 8; va_Mod_xmm 7; va_Mod_xmm 6; va_Mod_xmm 5; va_...
{ "checked_file": "Vale.AES.X64.AESGCM.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsM...
[ "total" ]
[ "Vale.AES.AES_common_s.algorithm", "Vale.X64.Decls.quad32", "Vale.X64.Memory.buffer128", "FStar.Seq.Base.seq", "Vale.X64.Memory.nat32", "Vale.X64.QuickCode.va_QProc", "Prims.unit", "Vale.AES.X64.AESGCM.va_code_AES_GCM_encrypt_6mult", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.QuickCode....
[]
module Vale.AES.X64.AESGCM open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic open Vale.X64.InsMem open Vale.X64.InsVector op...
false
false
Vale.AES.X64.AESGCM.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_quick_AES_GCM_encrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) : (va_quickCode unit (va_code_AES_GCM_encrypt_6mult alg))
[]
Vale.AES.X64.AESGCM.va_quick_AES_GCM_encrypt_6mult
{ "file_name": "obj/Vale.AES.X64.AESGCM.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
alg: Vale.AES.AES_common_s.algorithm -> h_LE: Vale.X64.Decls.quad32 -> iv_b: Vale.X64.Memory.buffer128 -> in_b: Vale.X64.Memory.buffer128 -> out_b: Vale.X64.Memory.buffer128 -> scratch_b: Vale.X64.Memory.buffer128 -> key_words: FStar.Seq.Base.seq Vale.X64.Memory.nat32 -> round_keys: FSt...
{ "end_col": 41, "end_line": 183, "start_col": 2, "start_line": 175 }
Prims.Tot
val va_wp_AES_GCM_encrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[ { "abbrev": false, "full_module": "Vale.AES.X64.AESopt2", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESopt", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.GHash", "short_module": null }, { "abbrev": false, "f...
false
let va_wp_AES_GCM_encrypt_6mult (alg:algorithm) (h_LE:quad32) (iv_b:buffer128) (in_b:buffer128) (out_b:buffer128) (scratch_b:buffer128) (key_words:(seq nat32)) (round_keys:(seq quad32)) (keys_b:buffer128) (hkeys_b:buffer128) (va_s0:va_state) (va_k:(va_state -> unit -> Type0)) : Type0 = (va_get_ok va_s0 /\ (sse_...
val va_wp_AES_GCM_encrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 let va_wp_AES_GCM_encry...
false
null
false
(va_get_ok va_s0 /\ (sse_enabled /\ movbe_enabled /\ Vale.X64.Decls.validDstAddrs128 (va_get_mem_heaplet 2 va_s0) (va_get_reg64 rR8 va_s0) iv_b 1 (va_get_mem_layout va_s0) Public /\ Vale.X64.Decls.validSrcAddrs128 (va_get_mem_heaplet 6 va_s0) (va_get_reg64 rRdi va_s0) ...
{ "checked_file": "Vale.AES.X64.AESGCM.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsM...
[ "total" ]
[ "Vale.AES.AES_common_s.algorithm", "Vale.X64.Decls.quad32", "Vale.X64.Memory.buffer128", "FStar.Seq.Base.seq", "Vale.X64.Memory.nat32", "Vale.X64.Decls.va_state", "Prims.unit", "Prims.l_and", "Prims.b2t", "Vale.X64.Decls.va_get_ok", "Vale.X64.CPU_Features_s.sse_enabled", "Vale.X64.CPU_Features...
[]
module Vale.AES.X64.AESGCM open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic open Vale.X64.InsMem open Vale.X64.InsVector op...
false
true
Vale.AES.X64.AESGCM.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_wp_AES_GCM_encrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[]
Vale.AES.X64.AESGCM.va_wp_AES_GCM_encrypt_6mult
{ "file_name": "obj/Vale.AES.X64.AESGCM.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
alg: Vale.AES.AES_common_s.algorithm -> h_LE: Vale.X64.Decls.quad32 -> iv_b: Vale.X64.Memory.buffer128 -> in_b: Vale.X64.Memory.buffer128 -> out_b: Vale.X64.Memory.buffer128 -> scratch_b: Vale.X64.Memory.buffer128 -> key_words: FStar.Seq.Base.seq Vale.X64.Memory.nat32 -> round_keys: FSt...
{ "end_col": 54, "end_line": 155, "start_col": 2, "start_line": 102 }
Prims.Tot
val va_quick_AES_GCM_decrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) : (va_quickCode unit (va_code_AES_GCM_decrypt_6mult alg))
[ { "abbrev": false, "full_module": "Vale.AES.X64.AESopt2", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESopt", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.GHash", "short_module": null }, { "abbrev": false, "f...
false
let va_quick_AES_GCM_decrypt_6mult (alg:algorithm) (h_LE:quad32) (iv_b:buffer128) (in_b:buffer128) (out_b:buffer128) (scratch_b:buffer128) (key_words:(seq nat32)) (round_keys:(seq quad32)) (keys_b:buffer128) (hkeys_b:buffer128) : (va_quickCode unit (va_code_AES_GCM_decrypt_6mult alg)) = (va_QProc (va_code_AES_GCM...
val va_quick_AES_GCM_decrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) : (va_quickCode unit (va_code_AES_GCM_decrypt_6mult alg)) let va_quick_AES_GCM_decrypt_6mult ...
false
null
false
(va_QProc (va_code_AES_GCM_decrypt_6mult alg) ([ va_Mod_flags; va_Mod_mem_heaplet 3; va_Mod_mem_heaplet 2; va_Mod_mem_heaplet 6; va_Mod_xmm 15; va_Mod_xmm 14; va_Mod_xmm 13; va_Mod_xmm 12; va_Mod_xmm 11; va_Mod_xmm 10; va_Mod_xmm 9; va_Mod_xmm 8; va_Mod_xmm 7; va_Mod_xmm 6; va_Mod_xmm 5; va_...
{ "checked_file": "Vale.AES.X64.AESGCM.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsM...
[ "total" ]
[ "Vale.AES.AES_common_s.algorithm", "Vale.X64.Decls.quad32", "Vale.X64.Memory.buffer128", "FStar.Seq.Base.seq", "Vale.X64.Memory.nat32", "Vale.X64.QuickCode.va_QProc", "Prims.unit", "Vale.AES.X64.AESGCM.va_code_AES_GCM_decrypt_6mult", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.QuickCode....
[]
module Vale.AES.X64.AESGCM open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic open Vale.X64.InsMem open Vale.X64.InsVector op...
false
false
Vale.AES.X64.AESGCM.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_quick_AES_GCM_decrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) : (va_quickCode unit (va_code_AES_GCM_decrypt_6mult alg))
[]
Vale.AES.X64.AESGCM.va_quick_AES_GCM_decrypt_6mult
{ "file_name": "obj/Vale.AES.X64.AESGCM.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
alg: Vale.AES.AES_common_s.algorithm -> h_LE: Vale.X64.Decls.quad32 -> iv_b: Vale.X64.Memory.buffer128 -> in_b: Vale.X64.Memory.buffer128 -> out_b: Vale.X64.Memory.buffer128 -> scratch_b: Vale.X64.Memory.buffer128 -> key_words: FStar.Seq.Base.seq Vale.X64.Memory.nat32 -> round_keys: FSt...
{ "end_col": 41, "end_line": 330, "start_col": 2, "start_line": 322 }
Prims.Tot
val va_wp_AES_GCM_decrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[ { "abbrev": false, "full_module": "Vale.AES.X64.AESopt2", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESopt", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.GHash", "short_module": null }, { "abbrev": false, "f...
false
let va_wp_AES_GCM_decrypt_6mult (alg:algorithm) (h_LE:quad32) (iv_b:buffer128) (in_b:buffer128) (out_b:buffer128) (scratch_b:buffer128) (key_words:(seq nat32)) (round_keys:(seq quad32)) (keys_b:buffer128) (hkeys_b:buffer128) (va_s0:va_state) (va_k:(va_state -> unit -> Type0)) : Type0 = (va_get_ok va_s0 /\ (sse_...
val va_wp_AES_GCM_decrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 let va_wp_AES_GCM_decry...
false
null
false
(va_get_ok va_s0 /\ (sse_enabled /\ movbe_enabled /\ Vale.X64.Decls.validDstAddrs128 (va_get_mem_heaplet 2 va_s0) (va_get_reg64 rR8 va_s0) iv_b 1 (va_get_mem_layout va_s0) Public /\ Vale.X64.Decls.validSrcAddrs128 (va_get_mem_heaplet 6 va_s0) (va_get_reg64 rRdi va_s0) ...
{ "checked_file": "Vale.AES.X64.AESGCM.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsM...
[ "total" ]
[ "Vale.AES.AES_common_s.algorithm", "Vale.X64.Decls.quad32", "Vale.X64.Memory.buffer128", "FStar.Seq.Base.seq", "Vale.X64.Memory.nat32", "Vale.X64.Decls.va_state", "Prims.unit", "Prims.l_and", "Prims.b2t", "Vale.X64.Decls.va_get_ok", "Vale.X64.CPU_Features_s.sse_enabled", "Vale.X64.CPU_Features...
[]
module Vale.AES.X64.AESGCM open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic open Vale.X64.InsMem open Vale.X64.InsVector op...
false
true
Vale.AES.X64.AESGCM.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_wp_AES_GCM_decrypt_6mult (alg: algorithm) (h_LE: quad32) (iv_b in_b out_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b hkeys_b: buffer128) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[]
Vale.AES.X64.AESGCM.va_wp_AES_GCM_decrypt_6mult
{ "file_name": "obj/Vale.AES.X64.AESGCM.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
alg: Vale.AES.AES_common_s.algorithm -> h_LE: Vale.X64.Decls.quad32 -> iv_b: Vale.X64.Memory.buffer128 -> in_b: Vale.X64.Memory.buffer128 -> out_b: Vale.X64.Memory.buffer128 -> scratch_b: Vale.X64.Memory.buffer128 -> key_words: FStar.Seq.Base.seq Vale.X64.Memory.nat32 -> round_keys: FSt...
{ "end_col": 54, "end_line": 302, "start_col": 2, "start_line": 249 }
Prims.Tot
val parse32_bounded_integer_4 : (parser32 (parse_bounded_integer 4))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_bounded_integer_4 = parse32_bounded_integer' 4
val parse32_bounded_integer_4 : (parser32 (parse_bounded_integer 4)) let parse32_bounded_integer_4 =
false
null
false
parse32_bounded_integer' 4
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.BoundedInt.parse32_bounded_integer'" ]
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_bounded_integer_4 : (parser32 (parse_bounded_integer 4))
[]
LowParse.SLow.BoundedInt.parse32_bounded_integer_4
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.parser32 (LowParse.Spec.BoundedInt.parse_bounded_integer 4)
{ "end_col": 58, "end_line": 82, "start_col": 32, "start_line": 82 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let be_to_n_1 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_be_to_n (EI.bounded_integer 1) 1)
let be_to_n_1 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_be_to_n (EI.bounded_integer 1) 1)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.be_to_n_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val be_to_n_1 : LowParse.SLow.Endianness.be_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 1) 1
[]
LowParse.SLow.BoundedInt.be_to_n_1
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.be_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 1) 1
{ "end_col": 112, "end_line": 20, "start_col": 16, "start_line": 20 }
Prims.Tot
val parse32_bounded_integer_3 : (parser32 (parse_bounded_integer 3))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_bounded_integer_3 = parse32_bounded_integer' 3
val parse32_bounded_integer_3 : (parser32 (parse_bounded_integer 3)) let parse32_bounded_integer_3 =
false
null
false
parse32_bounded_integer' 3
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.BoundedInt.parse32_bounded_integer'" ]
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_bounded_integer_3 : (parser32 (parse_bounded_integer 3))
[]
LowParse.SLow.BoundedInt.parse32_bounded_integer_3
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.parser32 (LowParse.Spec.BoundedInt.parse_bounded_integer 3)
{ "end_col": 58, "end_line": 81, "start_col": 32, "start_line": 81 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let be_to_n_2 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_be_to_n (EI.bounded_integer 2) 2)
let be_to_n_2 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_be_to_n (EI.bounded_integer 2) 2)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.be_to_n_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val be_to_n_2 : LowParse.SLow.Endianness.be_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 2) 2
[]
LowParse.SLow.BoundedInt.be_to_n_2
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.be_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 2) 2
{ "end_col": 112, "end_line": 30, "start_col": 16, "start_line": 30 }
Prims.Tot
val parse32_bounded_integer_1 : (parser32 (parse_bounded_integer 1))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_bounded_integer_1 = parse32_bounded_integer' 1
val parse32_bounded_integer_1 : (parser32 (parse_bounded_integer 1)) let parse32_bounded_integer_1 =
false
null
false
parse32_bounded_integer' 1
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.BoundedInt.parse32_bounded_integer'" ]
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_bounded_integer_1 : (parser32 (parse_bounded_integer 1))
[]
LowParse.SLow.BoundedInt.parse32_bounded_integer_1
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.parser32 (LowParse.Spec.BoundedInt.parse_bounded_integer 1)
{ "end_col": 58, "end_line": 79, "start_col": 32, "start_line": 79 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let le_to_n_3 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_le_to_n (EI.bounded_integer 3) 3)
let le_to_n_3 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_le_to_n (EI.bounded_integer 3) 3)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.le_to_n_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val le_to_n_3 : LowParse.SLow.Endianness.le_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 3) 3
[]
LowParse.SLow.BoundedInt.le_to_n_3
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.le_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 3) 3
{ "end_col": 112, "end_line": 146, "start_col": 16, "start_line": 146 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let le_to_n_4 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_le_to_n (EI.bounded_integer 4) 4)
let le_to_n_4 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_le_to_n (EI.bounded_integer 4) 4)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.le_to_n_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val le_to_n_4 : LowParse.SLow.Endianness.le_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 4) 4
[]
LowParse.SLow.BoundedInt.le_to_n_4
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.le_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 4) 4
{ "end_col": 112, "end_line": 156, "start_col": 16, "start_line": 156 }
Prims.Tot
val parse32_bounded_integer_le_4 : parser32 (parse_bounded_integer_le 4)
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_bounded_integer_le_4 = parse32_bounded_integer_le' 4
val parse32_bounded_integer_le_4 : parser32 (parse_bounded_integer_le 4) let parse32_bounded_integer_le_4 =
false
null
false
parse32_bounded_integer_le' 4
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.BoundedInt.parse32_bounded_integer_le'" ]
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_bounded_integer_le_4 : parser32 (parse_bounded_integer_le 4)
[]
LowParse.SLow.BoundedInt.parse32_bounded_integer_le_4
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.parser32 (LowParse.Spec.BoundedInt.parse_bounded_integer_le 4)
{ "end_col": 64, "end_line": 188, "start_col": 35, "start_line": 188 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let le_to_n_1 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_le_to_n (EI.bounded_integer 1) 1)
let le_to_n_1 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_le_to_n (EI.bounded_integer 1) 1)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.le_to_n_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val le_to_n_1 : LowParse.SLow.Endianness.le_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 1) 1
[]
LowParse.SLow.BoundedInt.le_to_n_1
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.le_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 1) 1
{ "end_col": 112, "end_line": 126, "start_col": 16, "start_line": 126 }
Prims.Tot
val parse32_bounded_integer_le_1 : parser32 (parse_bounded_integer_le 1)
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_bounded_integer_le_1 = parse32_bounded_integer_le' 1
val parse32_bounded_integer_le_1 : parser32 (parse_bounded_integer_le 1) let parse32_bounded_integer_le_1 =
false
null
false
parse32_bounded_integer_le' 1
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.BoundedInt.parse32_bounded_integer_le'" ]
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_bounded_integer_le_1 : parser32 (parse_bounded_integer_le 1)
[]
LowParse.SLow.BoundedInt.parse32_bounded_integer_le_1
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.parser32 (LowParse.Spec.BoundedInt.parse_bounded_integer_le 1)
{ "end_col": 64, "end_line": 185, "start_col": 35, "start_line": 185 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let be_to_n_4 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_be_to_n (EI.bounded_integer 4) 4)
let be_to_n_4 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_be_to_n (EI.bounded_integer 4) 4)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.be_to_n_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val be_to_n_4 : LowParse.SLow.Endianness.be_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 4) 4
[]
LowParse.SLow.BoundedInt.be_to_n_4
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.be_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 4) 4
{ "end_col": 112, "end_line": 50, "start_col": 16, "start_line": 50 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let be_to_n_3 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_be_to_n (EI.bounded_integer 3) 3)
let be_to_n_3 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_be_to_n (EI.bounded_integer 3) 3)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.be_to_n_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val be_to_n_3 : LowParse.SLow.Endianness.be_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 3) 3
[]
LowParse.SLow.BoundedInt.be_to_n_3
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.be_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 3) 3
{ "end_col": 112, "end_line": 40, "start_col": 16, "start_line": 40 }
Prims.Tot
val parse32_bounded_integer_2 : (parser32 (parse_bounded_integer 2))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_bounded_integer_2 = parse32_bounded_integer' 2
val parse32_bounded_integer_2 : (parser32 (parse_bounded_integer 2)) let parse32_bounded_integer_2 =
false
null
false
parse32_bounded_integer' 2
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.BoundedInt.parse32_bounded_integer'" ]
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_bounded_integer_2 : (parser32 (parse_bounded_integer 2))
[]
LowParse.SLow.BoundedInt.parse32_bounded_integer_2
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.parser32 (LowParse.Spec.BoundedInt.parse_bounded_integer 2)
{ "end_col": 58, "end_line": 80, "start_col": 32, "start_line": 80 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let le_to_n_2 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_le_to_n (EI.bounded_integer 2) 2)
let le_to_n_2 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_le_to_n (EI.bounded_integer 2) 2)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.le_to_n_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val le_to_n_2 : LowParse.SLow.Endianness.le_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 2) 2
[]
LowParse.SLow.BoundedInt.le_to_n_2
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.le_to_n_t (LowParse.Spec.Endianness.Instances.bounded_integer 2) 2
{ "end_col": 112, "end_line": 136, "start_col": 16, "start_line": 136 }
Prims.Tot
val serialize32_bounded_integer_le_3 : serializer32 (serialize_bounded_integer_le 3)
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let serialize32_bounded_integer_le_3 = fun (x: bounded_integer 3) -> n_to_le_3 x
val serialize32_bounded_integer_le_3 : serializer32 (serialize_bounded_integer_le 3) let serialize32_bounded_integer_le_3 =
false
null
false
fun (x: bounded_integer 3) -> n_to_le_3 x
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.SLow.BoundedInt.n_to_le_3", "LowParse.SLow.Base.bytes32", "LowParse.SLow.Base.serializer32_correct", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.parse_bounded_integer_le", "LowParse.Spec.BoundedInt.serialize_bound...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize32_bounded_integer_le_3 : serializer32 (serialize_bounded_integer_le 3)
[]
LowParse.SLow.BoundedInt.serialize32_bounded_integer_le_3
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.serializer32 (LowParse.Spec.BoundedInt.serialize_bounded_integer_le 3)
{ "end_col": 13, "end_line": 223, "start_col": 39, "start_line": 222 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let n_to_be_3 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_n_to_be (EI.bounded_integer 3) 3)
let n_to_be_3 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_n_to_be (EI.bounded_integer 3) 3)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.n_to_be_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val n_to_be_3 : LowParse.SLow.Endianness.n_to_be_t (LowParse.Spec.Endianness.Instances.bounded_integer 3) 3
[]
LowParse.SLow.BoundedInt.n_to_be_3
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.n_to_be_t (LowParse.Spec.Endianness.Instances.bounded_integer 3) 3
{ "end_col": 112, "end_line": 106, "start_col": 16, "start_line": 106 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let n_to_be_1 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_n_to_be (EI.bounded_integer 1) 1)
let n_to_be_1 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_n_to_be (EI.bounded_integer 1) 1)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.n_to_be_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val n_to_be_1 : LowParse.SLow.Endianness.n_to_be_t (LowParse.Spec.Endianness.Instances.bounded_integer 1) 1
[]
LowParse.SLow.BoundedInt.n_to_be_1
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.n_to_be_t (LowParse.Spec.Endianness.Instances.bounded_integer 1) 1
{ "end_col": 112, "end_line": 86, "start_col": 16, "start_line": 86 }
Prims.Tot
val parse32_u16_le : parser32 parse_u16_le
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_u16_le = parse32_synth' _ synth_u16_le parse32_bounded_integer_le_2 ()
val parse32_u16_le : parser32 parse_u16_le let parse32_u16_le =
false
null
false
parse32_synth' _ synth_u16_le parse32_bounded_integer_le_2 ()
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.Combinators.parse32_synth'", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "FStar.UInt16.t", "LowParse.Spec.BoundedInt.parse_bounded_integer_le", "LowParse.Spec.BoundedInt.synth_u16_le", "LowParse.SLow.BoundedInt.parse32_bounded_integer...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
true
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_u16_le : parser32 parse_u16_le
[]
LowParse.SLow.BoundedInt.parse32_u16_le
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.parser32 LowParse.Spec.BoundedInt.parse_u16_le
{ "end_col": 6, "end_line": 195, "start_col": 2, "start_line": 191 }
Prims.Tot
val parse32_bounded_integer' (sz: integer_size) : Tot (parser32 (parse_bounded_integer sz))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_bounded_integer' (sz: integer_size) : Tot (parser32 (parse_bounded_integer sz)) = [@inline_let] let _ = decode_bounded_integer_injective sz in make_total_constant_size_parser32 sz (U32.uint_to_t sz) (decode_bounded_integer sz) () (decode32_bounded_integer sz)
val parse32_bounded_integer' (sz: integer_size) : Tot (parser32 (parse_bounded_integer sz)) let parse32_bounded_integer' (sz: integer_size) : Tot (parser32 (parse_bounded_integer sz)) =
false
null
false
[@@ inline_let ]let _ = decode_bounded_integer_injective sz in make_total_constant_size_parser32 sz (U32.uint_to_t sz) (decode_bounded_integer sz) () (decode32_bounded_integer sz)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.SLow.Combinators.make_total_constant_size_parser32", "FStar.UInt32.uint_to_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.decode_bounded_integer", "LowParse.SLow.BoundedInt.decode32_bounded_integer", "Prims.unit", "LowParse....
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_bounded_integer' (sz: integer_size) : Tot (parser32 (parse_bounded_integer sz))
[]
LowParse.SLow.BoundedInt.parse32_bounded_integer'
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
sz: LowParse.Spec.BoundedInt.integer_size -> LowParse.SLow.Base.parser32 (LowParse.Spec.BoundedInt.parse_bounded_integer sz)
{ "end_col": 33, "end_line": 77, "start_col": 2, "start_line": 72 }
Prims.Tot
val serialize32_bounded_integer_1 : (serializer32 (serialize_bounded_integer 1))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let serialize32_bounded_integer_1 : (serializer32 (serialize_bounded_integer 1)) = (fun (input: bounded_integer 1) -> n_to_be_1 input)
val serialize32_bounded_integer_1 : (serializer32 (serialize_bounded_integer 1)) let serialize32_bounded_integer_1:(serializer32 (serialize_bounded_integer 1)) =
false
null
false
(fun (input: bounded_integer 1) -> n_to_be_1 input)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.SLow.BoundedInt.n_to_be_1", "LowParse.SLow.Base.bytes32", "LowParse.SLow.Base.serializer32_correct", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize32_bounded_integer_1 : (serializer32 (serialize_bounded_integer 1))
[]
LowParse.SLow.BoundedInt.serialize32_bounded_integer_1
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.serializer32 (LowParse.Spec.BoundedInt.serialize_bounded_integer 1)
{ "end_col": 20, "end_line": 92, "start_col": 2, "start_line": 91 }
Prims.Tot
val serialize32_u16_le : serializer32 serialize_u16_le
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let serialize32_u16_le = serialize32_synth' _ synth_u16_le _ serialize32_bounded_integer_le_2 synth_u16_le_recip ()
val serialize32_u16_le : serializer32 serialize_u16_le let serialize32_u16_le =
false
null
false
serialize32_synth' _ synth_u16_le _ serialize32_bounded_integer_le_2 synth_u16_le_recip ()
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.Combinators.serialize32_synth'", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "FStar.UInt16.t", "LowParse.Spec.BoundedInt.parse_bounded_integer_le", "LowParse.Spec.BoundedInt.synth_u16_le", "LowParse.Spec.BoundedInt.serialize_bounded_i...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
true
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize32_u16_le : serializer32 serialize_u16_le
[]
LowParse.SLow.BoundedInt.serialize32_u16_le
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.serializer32 LowParse.Spec.BoundedInt.serialize_u16_le
{ "end_col": 6, "end_line": 239, "start_col": 2, "start_line": 233 }
Prims.Tot
val serialize32_bounded_integer_le_4 : serializer32 (serialize_bounded_integer_le 4)
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let serialize32_bounded_integer_le_4 = fun (x: bounded_integer 4) -> n_to_le_4 x
val serialize32_bounded_integer_le_4 : serializer32 (serialize_bounded_integer_le 4) let serialize32_bounded_integer_le_4 =
false
null
false
fun (x: bounded_integer 4) -> n_to_le_4 x
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.SLow.BoundedInt.n_to_le_4", "LowParse.SLow.Base.bytes32", "LowParse.SLow.Base.serializer32_correct", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.parse_bounded_integer_le", "LowParse.Spec.BoundedInt.serialize_bound...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize32_bounded_integer_le_4 : serializer32 (serialize_bounded_integer_le 4)
[]
LowParse.SLow.BoundedInt.serialize32_bounded_integer_le_4
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.serializer32 (LowParse.Spec.BoundedInt.serialize_bounded_integer_le 4)
{ "end_col": 13, "end_line": 230, "start_col": 39, "start_line": 229 }
Prims.Tot
val parse32_u32_le : parser32 parse_u32_le
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_u32_le = parse32_synth' _ synth_u32_le parse32_bounded_integer_le_4 ()
val parse32_u32_le : parser32 parse_u32_le let parse32_u32_le =
false
null
false
parse32_synth' _ synth_u32_le parse32_bounded_integer_le_4 ()
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.Combinators.parse32_synth'", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "FStar.UInt32.t", "LowParse.Spec.BoundedInt.parse_bounded_integer_le", "LowParse.Spec.BoundedInt.synth_u32_le", "LowParse.SLow.BoundedInt.parse32_bounded_integer...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
true
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_u32_le : parser32 parse_u32_le
[]
LowParse.SLow.BoundedInt.parse32_u32_le
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.parser32 LowParse.Spec.BoundedInt.parse_u32_le
{ "end_col": 6, "end_line": 202, "start_col": 2, "start_line": 198 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let n_to_le_1 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_n_to_le (EI.bounded_integer 1) 1)
let n_to_le_1 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_n_to_le (EI.bounded_integer 1) 1)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.n_to_le_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val n_to_le_1 : LowParse.SLow.Endianness.n_to_le_t (LowParse.Spec.Endianness.Instances.bounded_integer 1) 1
[]
LowParse.SLow.BoundedInt.n_to_le_1
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.n_to_le_t (LowParse.Spec.Endianness.Instances.bounded_integer 1) 1
{ "end_col": 112, "end_line": 206, "start_col": 16, "start_line": 206 }
Prims.Tot
val serialize32_bounded_integer_2 : (serializer32 (serialize_bounded_integer 2))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let serialize32_bounded_integer_2 : (serializer32 (serialize_bounded_integer 2)) = (fun (input: bounded_integer 2) -> n_to_be_2 input)
val serialize32_bounded_integer_2 : (serializer32 (serialize_bounded_integer 2)) let serialize32_bounded_integer_2:(serializer32 (serialize_bounded_integer 2)) =
false
null
false
(fun (input: bounded_integer 2) -> n_to_be_2 input)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.SLow.BoundedInt.n_to_be_2", "LowParse.SLow.Base.bytes32", "LowParse.SLow.Base.serializer32_correct", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize32_bounded_integer_2 : (serializer32 (serialize_bounded_integer 2))
[]
LowParse.SLow.BoundedInt.serialize32_bounded_integer_2
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.serializer32 (LowParse.Spec.BoundedInt.serialize_bounded_integer 2)
{ "end_col": 20, "end_line": 102, "start_col": 2, "start_line": 101 }
Prims.Tot
val serialize32_bounded_integer_4 : (serializer32 (serialize_bounded_integer 4))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let serialize32_bounded_integer_4 : (serializer32 (serialize_bounded_integer 4)) = (fun (input: bounded_integer 4) -> n_to_be_4 input)
val serialize32_bounded_integer_4 : (serializer32 (serialize_bounded_integer 4)) let serialize32_bounded_integer_4:(serializer32 (serialize_bounded_integer 4)) =
false
null
false
(fun (input: bounded_integer 4) -> n_to_be_4 input)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.SLow.BoundedInt.n_to_be_4", "LowParse.SLow.Base.bytes32", "LowParse.SLow.Base.serializer32_correct", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize32_bounded_integer_4 : (serializer32 (serialize_bounded_integer 4))
[]
LowParse.SLow.BoundedInt.serialize32_bounded_integer_4
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.serializer32 (LowParse.Spec.BoundedInt.serialize_bounded_integer 4)
{ "end_col": 20, "end_line": 122, "start_col": 2, "start_line": 121 }
Prims.Tot
val serialize32_bounded_integer_3 : (serializer32 (serialize_bounded_integer 3))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let serialize32_bounded_integer_3 : (serializer32 (serialize_bounded_integer 3)) = (fun (input: bounded_integer 3) -> n_to_be_3 input)
val serialize32_bounded_integer_3 : (serializer32 (serialize_bounded_integer 3)) let serialize32_bounded_integer_3:(serializer32 (serialize_bounded_integer 3)) =
false
null
false
(fun (input: bounded_integer 3) -> n_to_be_3 input)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.SLow.BoundedInt.n_to_be_3", "LowParse.SLow.Base.bytes32", "LowParse.SLow.Base.serializer32_correct", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize32_bounded_integer_3 : (serializer32 (serialize_bounded_integer 3))
[]
LowParse.SLow.BoundedInt.serialize32_bounded_integer_3
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.serializer32 (LowParse.Spec.BoundedInt.serialize_bounded_integer 3)
{ "end_col": 20, "end_line": 112, "start_col": 2, "start_line": 111 }
Prims.Tot
val parse32_bounded_integer_le' (sz: integer_size) : Tot (parser32 (parse_bounded_integer_le sz))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_bounded_integer_le' (sz: integer_size) : Tot (parser32 (parse_bounded_integer_le sz)) = [@inline_let] let _ = bounded_integer_of_le_injective sz in make_total_constant_size_parser32 sz (U32.uint_to_t sz) (bounded_integer_of_le sz) () (bounded_integer_of_le_32 sz)
val parse32_bounded_integer_le' (sz: integer_size) : Tot (parser32 (parse_bounded_integer_le sz)) let parse32_bounded_integer_le' (sz: integer_size) : Tot (parser32 (parse_bounded_integer_le sz)) =
false
null
false
[@@ inline_let ]let _ = bounded_integer_of_le_injective sz in make_total_constant_size_parser32 sz (U32.uint_to_t sz) (bounded_integer_of_le sz) () (bounded_integer_of_le_32 sz)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.SLow.Combinators.make_total_constant_size_parser32", "FStar.UInt32.uint_to_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.bounded_integer_of_le", "LowParse.SLow.BoundedInt.bounded_integer_of_le_32", "Prims.unit", "LowParse.S...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_bounded_integer_le' (sz: integer_size) : Tot (parser32 (parse_bounded_integer_le sz))
[]
LowParse.SLow.BoundedInt.parse32_bounded_integer_le'
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
sz: LowParse.Spec.BoundedInt.integer_size -> LowParse.SLow.Base.parser32 (LowParse.Spec.BoundedInt.parse_bounded_integer_le sz)
{ "end_col": 33, "end_line": 183, "start_col": 2, "start_line": 178 }
Prims.Tot
val serialize32_bounded_integer_le_2 : serializer32 (serialize_bounded_integer_le 2)
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let serialize32_bounded_integer_le_2 = fun (x: bounded_integer 2) -> n_to_le_2 x
val serialize32_bounded_integer_le_2 : serializer32 (serialize_bounded_integer_le 2) let serialize32_bounded_integer_le_2 =
false
null
false
fun (x: bounded_integer 2) -> n_to_le_2 x
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.SLow.BoundedInt.n_to_le_2", "LowParse.SLow.Base.bytes32", "LowParse.SLow.Base.serializer32_correct", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.parse_bounded_integer_le", "LowParse.Spec.BoundedInt.serialize_bound...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize32_bounded_integer_le_2 : serializer32 (serialize_bounded_integer_le 2)
[]
LowParse.SLow.BoundedInt.serialize32_bounded_integer_le_2
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.serializer32 (LowParse.Spec.BoundedInt.serialize_bounded_integer_le 2)
{ "end_col": 13, "end_line": 216, "start_col": 39, "start_line": 215 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let n_to_le_4 = norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_n_to_le (EI.bounded_integer 4) 4)
let n_to_le_4 =
false
null
false
norm [delta_attr [`%E.must_reduce]; iota; zeta; primops] (E.mk_n_to_le (EI.bounded_integer 4) 4)
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil", "FStar.Pervasives.iota", "FStar.Pervasives.zeta", "FStar.Pervasives.primops", "LowParse.SLow.Endianness.n_to_le_t", "LowParse.Spec.BoundedInt.bounded_integer", "LowP...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val n_to_le_4 : LowParse.SLow.Endianness.n_to_le_t (LowParse.Spec.Endianness.Instances.bounded_integer 4) 4
[]
LowParse.SLow.BoundedInt.n_to_le_4
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Endianness.n_to_le_t (LowParse.Spec.Endianness.Instances.bounded_integer 4) 4
{ "end_col": 112, "end_line": 227, "start_col": 16, "start_line": 227 }
Prims.Tot
val serialize32_u32_le : serializer32 serialize_u32_le
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let serialize32_u32_le = serialize32_synth' _ synth_u32_le _ serialize32_bounded_integer_le_4 synth_u32_le_recip ()
val serialize32_u32_le : serializer32 serialize_u32_le let serialize32_u32_le =
false
null
false
serialize32_synth' _ synth_u32_le _ serialize32_bounded_integer_le_4 synth_u32_le_recip ()
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.Combinators.serialize32_synth'", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "FStar.UInt32.t", "LowParse.Spec.BoundedInt.parse_bounded_integer_le", "LowParse.Spec.BoundedInt.synth_u32_le", "LowParse.Spec.BoundedInt.serialize_bounded_i...
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
true
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize32_u32_le : serializer32 serialize_u32_le
[]
LowParse.SLow.BoundedInt.serialize32_u32_le
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.serializer32 LowParse.Spec.BoundedInt.serialize_u32_le
{ "end_col": 6, "end_line": 248, "start_col": 2, "start_line": 242 }
Prims.Tot
val parse32_bounded_integer_le_2 : parser32 (parse_bounded_integer_le 2)
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_bounded_integer_le_2 = parse32_bounded_integer_le' 2
val parse32_bounded_integer_le_2 : parser32 (parse_bounded_integer_le 2) let parse32_bounded_integer_le_2 =
false
null
false
parse32_bounded_integer_le' 2
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.BoundedInt.parse32_bounded_integer_le'" ]
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_bounded_integer_le_2 : parser32 (parse_bounded_integer_le 2)
[]
LowParse.SLow.BoundedInt.parse32_bounded_integer_le_2
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.parser32 (LowParse.Spec.BoundedInt.parse_bounded_integer_le 2)
{ "end_col": 64, "end_line": 186, "start_col": 35, "start_line": 186 }
Prims.Tot
val parse32_bounded_integer_le_3 : parser32 (parse_bounded_integer_le 3)
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Spec.Endianness.Instances", "short_module": "EI" }, { "abbrev": true, "full_module": "LowParse.SLow.Endianness", "short_module": "E" }, { "abbre...
false
let parse32_bounded_integer_le_3 = parse32_bounded_integer_le' 3
val parse32_bounded_integer_le_3 : parser32 (parse_bounded_integer_le 3) let parse32_bounded_integer_le_3 =
false
null
false
parse32_bounded_integer_le' 3
{ "checked_file": "LowParse.SLow.BoundedInt.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Endianness.Instances.fst.checked", "LowParse.Spec.BoundedInt.fst.checked", "LowParse.SLow.Endianness.fst.checked", "LowParse.SLow.Combinators.fst.checked", "FStar.UInt8.fsti.checke...
[ "total" ]
[ "LowParse.SLow.BoundedInt.parse32_bounded_integer_le'" ]
[]
module LowParse.SLow.BoundedInt open LowParse.SLow.Combinators #set-options "--split_queries no" #set-options "--z3rlimit 20" module Seq = FStar.Seq module U8 = FStar.UInt8 module U16 = FStar.UInt16 module U32 = FStar.UInt32 module B32 = FStar.Bytes module E = LowParse.SLow.Endianness module EI = LowParse.Spec.Endia...
false
false
LowParse.SLow.BoundedInt.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse32_bounded_integer_le_3 : parser32 (parse_bounded_integer_le 3)
[]
LowParse.SLow.BoundedInt.parse32_bounded_integer_le_3
{ "file_name": "src/lowparse/LowParse.SLow.BoundedInt.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.SLow.Base.parser32 (LowParse.Spec.BoundedInt.parse_bounded_integer_le 3)
{ "end_col": 64, "end_line": 187, "start_col": 35, "start_line": 187 }