mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/arm: Implement SVE2 crypto destructive binary operations
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210525010358.152808-70-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
b2bcd1be4b
commit
3cc7a88e0d
3 changed files with 50 additions and 0 deletions
|
@ -118,6 +118,8 @@
|
|||
@pd_pn_pm ........ esz:2 .. rm:4 ....... rn:4 . rd:4 &rrr_esz
|
||||
@rdn_rm ........ esz:2 ...... ...... rm:5 rd:5 \
|
||||
&rrr_esz rn=%reg_movprfx
|
||||
@rdn_rm_e0 ........ .. ...... ...... rm:5 rd:5 \
|
||||
&rrr_esz rn=%reg_movprfx esz=0
|
||||
@rdn_sh_i8u ........ esz:2 ...... ...... ..... rd:5 \
|
||||
&rri_esz rn=%reg_movprfx imm=%sh8_i8u
|
||||
@rdn_i8u ........ esz:2 ...... ... imm:8 rd:5 \
|
||||
|
@ -1564,3 +1566,8 @@ STNT1_zprz 1110010 .. 10 ..... 001 ... ..... ..... \
|
|||
# SVE2 crypto unary operations
|
||||
# AESMC and AESIMC
|
||||
AESMC 01000101 00 10000011100 decrypt:1 00000 rd:5
|
||||
|
||||
# SVE2 crypto destructive binary operations
|
||||
AESE 01000101 00 10001 0 11100 0 ..... ..... @rdn_rm_e0
|
||||
AESD 01000101 00 10001 0 11100 1 ..... ..... @rdn_rm_e0
|
||||
SM4E 01000101 00 10001 1 11100 0 ..... ..... @rdn_rm_e0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue