aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Asmblock.v
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-01-20 19:31:49 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-01-20 19:31:49 +0100
commit05c77498f8f6b6f47a4669e0da79ec6f685e6722 (patch)
tree58f3e1dd65110db080d102ded8867308d807412f /aarch64/Asmblock.v
parent8781c27a16463fd8f83a9c6eaba7b76846bd296c (diff)
downloadcompcert-kvx-05c77498f8f6b6f47a4669e0da79ec6f685e6722.tar.gz
compcert-kvx-05c77498f8f6b6f47a4669e0da79ec6f685e6722.zip
Adding fp stores pair
Diffstat (limited to 'aarch64/Asmblock.v')
-rw-r--r--aarch64/Asmblock.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/aarch64/Asmblock.v b/aarch64/Asmblock.v
index f5d2abbe..c606002a 100644
--- a/aarch64/Asmblock.v
+++ b/aarch64/Asmblock.v
@@ -136,7 +136,8 @@ Inductive store_rs_a : Type :=
Inductive store_rs1_rs2_a : Type :=
| Pstpw
| Pstpx
- (* TODO *)
+ | Pstps
+ | Pstpd
.
Inductive st_instruction : Type :=