projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff50265
)
target/arm: Use TRANS_FEAT for do_pfirst_pnext
author
Richard Henderson
<richard.henderson@linaro.org>
Fri, 27 May 2022 18:18:06 +0000
(11:18 -0700)
committer
Peter Maydell
<peter.maydell@linaro.org>
Mon, 30 May 2022 16:05:07 +0000
(17:05 +0100)
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id:
20220527181907
.189259-54-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 6fd9a42ef90f226742e1c9da26424b8a13e37949..abb5433ee56597bb8589bbe4da91aba3ae3debaa 100644
(file)
--- a/
target/arm/translate-sve.c
+++ b/
target/arm/translate-sve.c
@@
-1668,15
+1668,8
@@
static bool do_pfirst_pnext(DisasContext *s, arg_rr_esz *a,
return true;
}
-static bool trans_PFIRST(DisasContext *s, arg_rr_esz *a)
-{
- return do_pfirst_pnext(s, a, gen_helper_sve_pfirst);
-}
-
-static bool trans_PNEXT(DisasContext *s, arg_rr_esz *a)
-{
- return do_pfirst_pnext(s, a, gen_helper_sve_pnext);
-}
+TRANS_FEAT(PFIRST, aa64_sve, do_pfirst_pnext, a, gen_helper_sve_pfirst)
+TRANS_FEAT(PNEXT, aa64_sve, do_pfirst_pnext, a, gen_helper_sve_pnext)
/*
*** SVE Element Count Group