OSDN Git Service

target/riscv: Use aesdec_IMC
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Jun 2023 09:29:40 +0000 (02:29 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 9 Jul 2023 12:47:11 +0000 (13:47 +0100)
commit607a5f9d624fdd63d0b7f0e640f7a8d21213b8df
tree5964443eddf68bd3c588df6c53a8d57e9e2dc938
parent7a70583a4109a177468beab378177b2285344b7a
target/riscv: Use aesdec_IMC

This implements the AES64IM instruction.

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