On 4/30/20 11:09 AM, Peter Maydell wrote: > Convert the Neon VQRDMLAH and VQRDMLSH insns in the 3-reg-same group > to decodetree. These don't use do_3same() because they want to > operate on VFP double registers, whose offsets are different from the > neon_reg_offset() calculations do_3same does. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-neon.inc.c | 57 +++++++++++++++++++++++++++++++++ > target/arm/translate.c | 36 ++------------------- > target/arm/neon-dp.decode | 3 ++ > 3 files changed, 62 insertions(+), 34 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~