On 4/30/20 11:09 AM, Peter Maydell wrote: > Convert the Neon SHA instructions in the 3-reg-same group > to decodetree. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-neon.inc.c | 139 ++++++++++++++++++++++++++++++++ > target/arm/translate.c | 46 +---------- > target/arm/neon-dp.decode | 10 +++ > 3 files changed, 151 insertions(+), 44 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> I have patches to convert these helpers to a gvec prototype, which will let us re-use do_3same. I'll fix that up when I rebase on top of your patch set. r~