Re: [PATCH v3 08/16] target/arm: Swap argument order for VSHL during decode

2020-05-12 Thread Peter Maydell
On Fri, 8 May 2020 at 16:22, Richard Henderson wrote: > > Rather than perform the argument swap during code generation, > perform it during decode. This means it doesn't have to be > special cased later, and we can share code with aarch64 code > generation. Hopefully the decode comment addresses

[PATCH v3 08/16] target/arm: Swap argument order for VSHL during decode

2020-05-08 Thread Richard Henderson
Rather than perform the argument swap during code generation, perform it during decode. This means it doesn't have to be special cased later, and we can share code with aarch64 code generation. Hopefully the decode comment addresses any confusion that might arise in between. Signed-off-by: Richa