]> git.proxmox.com Git - mirror_qemu.git/commit
target/riscv: Use aesdec_ISB_ISR_IMC_AK
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Jun 2023 22:31:24 +0000 (15:31 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 9 Jul 2023 12:47:17 +0000 (13:47 +0100)
commit4ad6f9bfa0757934078c00994c6ade3fb944b124
tree8c50ee3329362995afffb875516ae7d6316f05f5
parent274f33765af36b5c7447adec18b61125f05b7b83
target/riscv: Use aesdec_ISB_ISR_IMC_AK

This implements the AES64DSM instruction.  This was the last use
of aes64_operation and its support macros, so remove them all.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/riscv/crypto_helper.c