mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
target/riscv: vector bitwise logical instructions
Signed-off-by: LIU Zhiwei <zhiwei_liu@c-sky.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20200701152549.1218-14-zhiwei_liu@c-sky.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
3a6f8f68ad
commit
d3842924cf
4 changed files with 96 additions and 0 deletions
|
@ -313,6 +313,15 @@ vsbc_vvm 010010 1 ..... ..... 000 ..... 1010111 @r_vm_1
|
|||
vsbc_vxm 010010 1 ..... ..... 100 ..... 1010111 @r_vm_1
|
||||
vmsbc_vvm 010011 1 ..... ..... 000 ..... 1010111 @r_vm_1
|
||||
vmsbc_vxm 010011 1 ..... ..... 100 ..... 1010111 @r_vm_1
|
||||
vand_vv 001001 . ..... ..... 000 ..... 1010111 @r_vm
|
||||
vand_vx 001001 . ..... ..... 100 ..... 1010111 @r_vm
|
||||
vand_vi 001001 . ..... ..... 011 ..... 1010111 @r_vm
|
||||
vor_vv 001010 . ..... ..... 000 ..... 1010111 @r_vm
|
||||
vor_vx 001010 . ..... ..... 100 ..... 1010111 @r_vm
|
||||
vor_vi 001010 . ..... ..... 011 ..... 1010111 @r_vm
|
||||
vxor_vv 001011 . ..... ..... 000 ..... 1010111 @r_vm
|
||||
vxor_vx 001011 . ..... ..... 100 ..... 1010111 @r_vm
|
||||
vxor_vi 001011 . ..... ..... 011 ..... 1010111 @r_vm
|
||||
|
||||
vsetvli 0 ........... ..... 111 ..... 1010111 @r2_zimm
|
||||
vsetvl 1000000 ..... ..... 111 ..... 1010111 @r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue