aboutsummaryrefslogtreecommitdiffstats
path: root/arm/Asmgenproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'arm/Asmgenproof.v')
-rw-r--r--arm/Asmgenproof.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm/Asmgenproof.v b/arm/Asmgenproof.v
index a888aae6..8ee9c2e5 100644
--- a/arm/Asmgenproof.v
+++ b/arm/Asmgenproof.v
@@ -816,6 +816,7 @@ Proof.
left; eapply exec_straight_steps; eauto with coqlib.
exists m'; split; auto.
destruct chunk; simpl; simpl in H6;
+ try (generalize (Mem.loadv_float64al32 _ _ _ H0); intros);
(eapply transl_load_int_correct || eapply transl_load_float_correct);
eauto; intros; reflexivity.
Qed.
@@ -843,6 +844,7 @@ Proof.
destruct chunk; simpl; simpl in H6;
try (rewrite storev_8_signed_unsigned in H0);
try (rewrite storev_16_signed_unsigned in H0);
+ try (generalize (Mem.storev_float64al32 _ _ _ _ H0); intros);
simpl;
(eapply transl_store_int_correct || eapply transl_store_float_correct);
eauto; intros; simpl; auto.