]> Git Repo - qemu.git/commit - target/arm/neon-dp.decode
target/arm: Convert sha1 and sha256 to gvec helpers
authorRichard Henderson <[email protected]>
Thu, 14 May 2020 21:28:29 +0000 (14:28 -0700)
committerPeter Maydell <[email protected]>
Fri, 5 Jun 2020 16:23:09 +0000 (17:23 +0100)
commiteffa992f153f5e7ab97ab843b565690748c5b402
tree23e4fd4a1ec46d5da8f3a8bc167b13888c2bfb77
parentaaffebd6d3135b8aed7e61932af53b004d261579
target/arm: Convert sha1 and sha256 to gvec helpers

Do not yet convert the helpers to loop over opr_sz, but the
descriptor allows the vector tail to be cleared.  Which fixes
an existing bug vs SVE.

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
target/arm/translate.c
This page took 0.021462 seconds and 4 git commands to generate.