projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d961b3e
)
target/arm: Remove assert in trans_FCMLA_zzxz
author
Richard Henderson
<richard.henderson@linaro.org>
Fri, 27 May 2022 18:18:59 +0000
(11:18 -0700)
committer
Peter Maydell
<peter.maydell@linaro.org>
Mon, 30 May 2022 16:05:11 +0000
(17:05 +0100)
Since
636ddeb15c0
, we do not require rd == ra.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id:
20220527181907
.189259-107-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-sve.c
patch
|
blob
|
history
diff --git
a/target/arm/translate-sve.c
b/target/arm/translate-sve.c
index 886cf539a525681a3f7cd272add59656c4be4fc8..436d09b928a03960c69fb23f217bbb357af73690 100644
(file)
--- a/
target/arm/translate-sve.c
+++ b/
target/arm/translate-sve.c
@@
-4027,8
+4027,6
@@
static bool trans_FCMLA_zzxz(DisasContext *s, arg_FCMLA_zzxz *a)
NULL,
};
- tcg_debug_assert(a->rd == a->ra);
-
return gen_gvec_fpst_zzzz(s, fns[a->esz], a->rd, a->rn, a->rm, a->ra,
a->index * 4 + a->rot,
a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR);