mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/riscv: rvv-1.0: register gather instructions
* Add vrgatherei16.vv instruction. Signed-off-by: Frank Chang <frank.chang@sifive.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20211210075704.23951-36-frank.chang@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
308ee80578
commit
50bfb45b2c
4 changed files with 43 additions and 12 deletions
|
@ -645,6 +645,7 @@ vslidedown_vx 001111 . ..... ..... 100 ..... 1010111 @r_vm
|
|||
vslidedown_vi 001111 . ..... ..... 011 ..... 1010111 @r_vm
|
||||
vslide1down_vx 001111 . ..... ..... 110 ..... 1010111 @r_vm
|
||||
vrgather_vv 001100 . ..... ..... 000 ..... 1010111 @r_vm
|
||||
vrgatherei16_vv 001110 . ..... ..... 000 ..... 1010111 @r_vm
|
||||
vrgather_vx 001100 . ..... ..... 100 ..... 1010111 @r_vm
|
||||
vrgather_vi 001100 . ..... ..... 011 ..... 1010111 @r_vm
|
||||
vcompress_vm 010111 - ..... ..... 010 ..... 1010111 @r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue