aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/Asmblockgenproof.v
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-03-01 17:25:48 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-03-01 17:25:48 +0100
commit5f7252105c9c639078ca3cc313502c647779d2f8 (patch)
tree502cbaf2c695bd7edeee512f6bc9ce8a46b34730 /mppa_k1c/Asmblockgenproof.v
parentd8fafb0add258e47287a2d57454194db8f1dd635 (diff)
downloadcompcert-kvx-5f7252105c9c639078ca3cc313502c647779d2f8.tar.gz
compcert-kvx-5f7252105c9c639078ca3cc313502c647779d2f8.zip
Ajouté la négation des comparateurs single
Diffstat (limited to 'mppa_k1c/Asmblockgenproof.v')
-rw-r--r--mppa_k1c/Asmblockgenproof.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/mppa_k1c/Asmblockgenproof.v b/mppa_k1c/Asmblockgenproof.v
index 2b79c78e..1e3a40d4 100644
--- a/mppa_k1c/Asmblockgenproof.v
+++ b/mppa_k1c/Asmblockgenproof.v
@@ -951,6 +951,7 @@ Proof.
- simpl in TIB. unfold transl_op in TIB. exploreInst; try discriminate.
unfold transl_cond_op in EQ0. exploreInst; try discriminate.
unfold transl_cond_float32. exploreInst; try discriminate.
+ unfold transl_cond_notfloat32. exploreInst; try discriminate.
- simpl in TIB. unfold transl_load in TIB. exploreInst; try discriminate.
all: unfold transl_memory_access in EQ0; exploreInst; try discriminate.
- simpl in TIB. unfold transl_store in TIB. exploreInst; try discriminate.