Re: [PATCH 14/36] target/arm: Convert Neon 3-reg-same VADD/VSUB to decodetree

2020-04-30 Thread Richard Henderson
On 4/30/20 11:09 AM, Peter Maydell wrote: > Convert the Neon 3-reg-same VADD and VSUB insns to decodetree. > > Note that we don't need the neon_3r_sizes[op] check here because all > size values are OK for VADD and VSUB; we'll add this when we convert > the first insn that has size restrictions. >

[PATCH 14/36] target/arm: Convert Neon 3-reg-same VADD/VSUB to decodetree

2020-04-30 Thread Peter Maydell
Convert the Neon 3-reg-same VADD and VSUB insns to decodetree. Note that we don't need the neon_3r_sizes[op] check here because all size values are OK for VADD and VSUB; we'll add this when we convert the first insn that has size restrictions. For this we need one of the GVecGen*Fn typedefs curre