mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
target/arm: Implement SVE2 LD1RO
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210525010358.152808-79-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
7924d239f4
commit
12c563f683
2 changed files with 97 additions and 0 deletions
|
@ -1126,11 +1126,15 @@ LD_zpri 1010010 .. nreg:2 0.... 111 ... ..... ..... @rpri_load_msz
|
|||
# SVE load and broadcast quadword (scalar plus scalar)
|
||||
LD1RQ_zprr 1010010 .. 00 ..... 000 ... ..... ..... \
|
||||
@rprr_load_msz nreg=0
|
||||
LD1RO_zprr 1010010 .. 01 ..... 000 ... ..... ..... \
|
||||
@rprr_load_msz nreg=0
|
||||
|
||||
# SVE load and broadcast quadword (scalar plus immediate)
|
||||
# LD1RQB, LD1RQH, LD1RQS, LD1RQD
|
||||
LD1RQ_zpri 1010010 .. 00 0.... 001 ... ..... ..... \
|
||||
@rpri_load_msz nreg=0
|
||||
LD1RO_zpri 1010010 .. 01 0.... 001 ... ..... ..... \
|
||||
@rpri_load_msz nreg=0
|
||||
|
||||
# SVE 32-bit gather prefetch (scalar plus 32-bit scaled offsets)
|
||||
PRF 1000010 00 -1 ----- 0-- --- ----- 0 ----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue