On 4/30/20 11:09 AM, Peter Maydell wrote:
> Convert the Neon integer VPADD 3-reg-same insns to decodetree. These
> are 'pairwise' operations. (Note that VQRDMLAH, which shares the
> same primary opcode but has U=1, has already been converted.)
>
> Signed-off-by: Peter Maydell
> ---
> target/ar
Convert the Neon integer VPADD 3-reg-same insns to decodetree. These
are 'pairwise' operations. (Note that VQRDMLAH, which shares the
same primary opcode but has U=1, has already been converted.)
Signed-off-by: Peter Maydell
---
target/arm/translate-neon.inc.c | 2 ++
target/arm/translate.c