mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target/arm: Implement SVE2 crypto unary operations
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210525010358.152808-69-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
6a98cb2ae0
commit
b2bcd1be4b
2 changed files with 17 additions and 0 deletions
|
@ -1558,3 +1558,9 @@ STNT1_zprz 1110010 .. 00 ..... 001 ... ..... ..... \
|
|||
# SVE2 32-bit scatter non-temporal store (vector plus scalar)
|
||||
STNT1_zprz 1110010 .. 10 ..... 001 ... ..... ..... \
|
||||
@rprr_scatter_store xs=0 esz=2 scale=0
|
||||
|
||||
### SVE2 Crypto Extensions
|
||||
|
||||
# SVE2 crypto unary operations
|
||||
# AESMC and AESIMC
|
||||
AESMC 01000101 00 10000011100 decrypt:1 00000 rd:5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue