Re: [PATCH 13/36] target/arm: Convert Neon 'load/store single structure' to decodetree

2020-04-30 Thread Richard Henderson
On 4/30/20 11:09 AM, Peter Maydell wrote: > Convert the Neon "load/store single structure to one lane" insns to > decodetree. > > As this is the last set of insns in the neon load/store group, > we can remove the whole disas_neon_ls_insn() function. > > Signed-off-by: Peter Maydell > --- > targ

[PATCH 13/36] target/arm: Convert Neon 'load/store single structure' to decodetree

2020-04-30 Thread Peter Maydell
Convert the Neon "load/store single structure to one lane" insns to decodetree. As this is the last set of insns in the neon load/store group, we can remove the whole disas_neon_ls_insn() function. Signed-off-by: Peter Maydell --- target/arm/translate-neon.inc.c | 89 +++ targe