mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target/riscv: rvv-1.0: count population in mask instruction
Signed-off-by: Frank Chang <frank.chang@sifive.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20211210075704.23951-30-frank.chang@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
0676d8e3dc
commit
0014aa741d
4 changed files with 9 additions and 8 deletions
|
@ -627,7 +627,7 @@ vmor_mm 011010 - ..... ..... 010 ..... 1010111 @r
|
|||
vmnor_mm 011110 - ..... ..... 010 ..... 1010111 @r
|
||||
vmornot_mm 011100 - ..... ..... 010 ..... 1010111 @r
|
||||
vmxnor_mm 011111 - ..... ..... 010 ..... 1010111 @r
|
||||
vmpopc_m 010100 . ..... ----- 010 ..... 1010111 @r2_vm
|
||||
vcpop_m 010000 . ..... 10000 010 ..... 1010111 @r2_vm
|
||||
vmfirst_m 010101 . ..... ----- 010 ..... 1010111 @r2_vm
|
||||
vmsbf_m 010110 . ..... 00001 010 ..... 1010111 @r2_vm
|
||||
vmsif_m 010110 . ..... 00011 010 ..... 1010111 @r2_vm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue