projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c542a9f
)
target/arm: Fix typo in helper_sve_ld1hss_r
author
Richard Henderson
<richard.henderson@linaro.org>
Thu, 16 Aug 2018 13:05:27 +0000
(14:05 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 16 Aug 2018 13:05:27 +0000
(14:05 +0100)
Cc: qemu-stable@nongnu.org (3.0.1)
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/sve_helper.c
patch
|
blob
|
history
diff --git
a/target/arm/sve_helper.c
b/target/arm/sve_helper.c
index c3cbec9cf5fdb0c435049a1cb6ae233dde5bfef1..e03f954a264e62f918cd983467262a54ae0fcd27 100644
(file)
--- a/
target/arm/sve_helper.c
+++ b/
target/arm/sve_helper.c
@@
-4045,7
+4045,7
@@
DO_LD1(sve_ld1bdu_r, cpu_ldub_data_ra, uint64_t, uint8_t, )
DO_LD1(sve_ld1bds_r, cpu_ldsb_data_ra, uint64_t, int8_t, )
DO_LD1(sve_ld1hsu_r, cpu_lduw_data_ra, uint32_t, uint16_t, H1_4)
-DO_LD1(sve_ld1hss_r, cpu_ldsw_data_ra, uint32_t, int
8
_t, H1_4)
+DO_LD1(sve_ld1hss_r, cpu_ldsw_data_ra, uint32_t, int
16
_t, H1_4)
DO_LD1(sve_ld1hdu_r, cpu_lduw_data_ra, uint64_t, uint16_t, )
DO_LD1(sve_ld1hds_r, cpu_ldsw_data_ra, uint64_t, int16_t, )