]> Git Repo - qemu.git/commit
target/arm: Split helper_crypto_sha1_3reg
authorRichard Henderson <[email protected]>
Thu, 14 May 2020 21:28:30 +0000 (14:28 -0700)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Message-id: 20200514212831[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
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
This page took 0.02609 seconds and 4 git commands to generate.