]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Swap argument order for VSHL during decode
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 13 May 2020 16:32:37 +0000 (09:32 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:08 +0000 (15:03 +0100)
commite9eee5316ffec5f37643de806b2e5577c5c189cf
treef2065386719ea249f8a0d2aed35a4ebe3fb19879
parent271063206a46062a45fc6bab8dabe45f0b88159d
target/arm: Swap argument order for VSHL during decode

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.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200513163245.17915-9-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/neon-dp.decode
target/arm/translate-neon.inc.c