mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
target/arm: Implement SVE2 complex integer dot product
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210525010358.152808-64-richard.henderson@linaro.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
3b787ed808
commit
21068f3972
4 changed files with 135 additions and 0 deletions
|
@ -789,6 +789,9 @@ MUL_zzi 00100101 .. 110 000 110 ........ ..... @rdn_i8s
|
|||
DOT_zzzz 01000100 1 sz:1 0 rm:5 00000 u:1 rn:5 rd:5 \
|
||||
ra=%reg_movprfx
|
||||
|
||||
# SVE2 complex dot product (vectors)
|
||||
CDOT_zzzz 01000100 esz:2 0 rm:5 0001 rot:2 rn:5 rd:5 ra=%reg_movprfx
|
||||
|
||||
#### SVE Multiply - Indexed
|
||||
|
||||
# SVE integer dot product (indexed)
|
||||
|
@ -823,6 +826,12 @@ SQDMLSLB_zzxw_d 01000100 11 1 ..... 0011.0 ..... ..... @rrxr_2a esz=3
|
|||
SQDMLSLT_zzxw_s 01000100 10 1 ..... 0011.1 ..... ..... @rrxr_3a esz=2
|
||||
SQDMLSLT_zzxw_d 01000100 11 1 ..... 0011.1 ..... ..... @rrxr_2a esz=3
|
||||
|
||||
# SVE2 complex integer dot product (indexed)
|
||||
CDOT_zzxw_s 01000100 10 1 index:2 rm:3 0100 rot:2 rn:5 rd:5 \
|
||||
ra=%reg_movprfx
|
||||
CDOT_zzxw_d 01000100 11 1 index:1 rm:4 0100 rot:2 rn:5 rd:5 \
|
||||
ra=%reg_movprfx
|
||||
|
||||
# SVE2 complex integer multiply-add (indexed)
|
||||
CMLA_zzxz_h 01000100 10 1 index:2 rm:3 0110 rot:2 rn:5 rd:5 \
|
||||
ra=%reg_movprfx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue