aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-02-16 13:24:41 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-02-16 13:24:41 +0100
commit8faafc7668b9423ba9bee1f4e725eab5b378c851 (patch)
tree23acb02e9a6733e539fd77185639622f451fbdc2 /aarch64
parentaa51677a82301a6c5d65717c6d9799bc8f8a0fea (diff)
downloadcompcert-kvx-8faafc7668b9423ba9bee1f4e725eab5b378c851.tar.gz
compcert-kvx-8faafc7668b9423ba9bee1f4e725eab5b378c851.zip
quick fixcomments
Diffstat (limited to 'aarch64')
-rw-r--r--aarch64/Asm.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/aarch64/Asm.v b/aarch64/Asm.v
index 5f109224..067d32fb 100644
--- a/aarch64/Asm.v
+++ b/aarch64/Asm.v
@@ -201,7 +201,7 @@ Inductive instruction: Type :=
| Pstrx_a (rs: ireg) (a: addressing) (**r store int64 as any64 *)
| Pstrb (rs: ireg) (a: addressing) (**r store int8 *)
| Pstrh (rs: ireg) (a: addressing) (**r store int16 *)
- | Pstpw (rs1 rs2: ireg) (chk1 chk2: memory_chunk) (a: addressing) (**r store two int64 *)
+ | Pstpw (rs1 rs2: ireg) (chk1 chk2: memory_chunk) (a: addressing) (**r store two int32 *)
| Pstpx (rs1 rs2: ireg) (chk1 chk2: memory_chunk) (a: addressing) (**r store two int64 *)
(** Integer arithmetic, immediate *)
| Paddimm (sz: isize) (rd: iregsp) (r1: iregsp) (n: Z) (**r addition *)