]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Split helper_crypto_sha1_3reg
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 14 May 2020 21:28:30 +0000 (14:28 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Jun 2020 16:23:09 +0000 (17:23 +0100)
commitafc8b7d32668547308bdd654a63cf5228936e0ba
tree330f2faccb0e7b9d3e144badbaa5bd2db62c4e3f
parenteffa992f153f5e7ab97ab843b565690748c5b402
target/arm: Split helper_crypto_sha1_3reg

Rather than passing an opcode to a helper, fully decode the
operation at translate time.  Use clear_tail_16 to zap the
balance of the SVE register with the AdvSIMD write.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200514212831.31248-6-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/crypto_helper.c
target/arm/helper.h
target/arm/neon-dp.decode
target/arm/translate-a64.c
target/arm/translate-neon.inc.c