diff options
author | Richard Henderson | 2021-05-25 03:03:34 +0200 |
---|---|---|
committer | Peter Maydell | 2021-05-25 17:01:44 +0200 |
commit | b2bcd1be4b93dc43034123757d6a5c5145a149dd (patch) | |
tree | 0add337f939bbcd110d7149c5c7d6b54ae50b2e3 /target/arm/sve.decode | |
parent | target/arm: Implement SVE mixed sign dot product (diff) | |
download | qemu-b2bcd1be4b93dc43034123757d6a5c5145a149dd.tar.gz qemu-b2bcd1be4b93dc43034123757d6a5c5145a149dd.tar.xz qemu-b2bcd1be4b93dc43034123757d6a5c5145a149dd.zip |
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>
Diffstat (limited to 'target/arm/sve.decode')
-rw-r--r-- | target/arm/sve.decode | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/arm/sve.decode b/target/arm/sve.decode index 9f037fe5a7..a9cf3bea3e 100644 --- a/target/arm/sve.decode +++ b/target/arm/sve.decode @@ -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 |