We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9272772 + 094ee97 commit a406a51Copy full SHA for a406a51
examples/l3-machine-code/arm8/asl-equiv/l3_equivalence_lemmasScript.sml
@@ -1,6 +1,6 @@
1
Theory l3_equivalence_lemmas
2
Ancestors
3
- arm8_step arm8 armv86a_termination armv86a armv86a_types words
+ armv86a armv86a_termination armv86a_types arm8_step arm8 words
4
bitstring list rich_list integer int_arith arithmetic
5
l3_equivalence_misc
6
Libs
@@ -842,6 +842,8 @@ Definition create_wmask_def[nocompute]:
842
in wmask
843
End
844
845
+val _ = monadsyntax.enable_monad "sail2_state_monad"
846
+
847
Theorem DecodeBitMasks_64_lemma[local]:
848
armv86a$DecodeBitMasks 64 immN imms immr immediate : (word64 # word64) M =
849
do
0 commit comments