]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Demultiplex AESE and AESMC
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Jun 2023 05:42:43 +0000 (22:42 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Jul 2023 06:30:18 +0000 (07:30 +0100)
commit0f23908c5c9809f59ebe23e7ec49b5c774bc3ab5
tree3af1d3b4fae2eb7af616a3f655f743d3439fd3e0
parent44a0c4a8ccb4c2d7688f4afd901620de6e3f2765
target/arm: Demultiplex AESE and AESMC

Split these helpers so that we are not passing 'decrypt'
within the simd descriptor.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/helper.h
target/arm/tcg/crypto_helper.c
target/arm/tcg/sve.decode
target/arm/tcg/translate-a64.c
target/arm/tcg/translate-neon.c
target/arm/tcg/translate-sve.c