mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
target/riscv: rvv-1.0: narrowing fixed-point clip instructions
Signed-off-by: Frank Chang <frank.chang@sifive.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211210075704.23951-53-frank.chang@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
8500d4ab2e
commit
a70b3a73e7
4 changed files with 49 additions and 49 deletions
|
@ -516,12 +516,12 @@ vssrl_vi 101010 . ..... ..... 011 ..... 1010111 @r_vm
|
|||
vssra_vv 101011 . ..... ..... 000 ..... 1010111 @r_vm
|
||||
vssra_vx 101011 . ..... ..... 100 ..... 1010111 @r_vm
|
||||
vssra_vi 101011 . ..... ..... 011 ..... 1010111 @r_vm
|
||||
vnclipu_vv 101110 . ..... ..... 000 ..... 1010111 @r_vm
|
||||
vnclipu_vx 101110 . ..... ..... 100 ..... 1010111 @r_vm
|
||||
vnclipu_vi 101110 . ..... ..... 011 ..... 1010111 @r_vm
|
||||
vnclip_vv 101111 . ..... ..... 000 ..... 1010111 @r_vm
|
||||
vnclip_vx 101111 . ..... ..... 100 ..... 1010111 @r_vm
|
||||
vnclip_vi 101111 . ..... ..... 011 ..... 1010111 @r_vm
|
||||
vnclipu_wv 101110 . ..... ..... 000 ..... 1010111 @r_vm
|
||||
vnclipu_wx 101110 . ..... ..... 100 ..... 1010111 @r_vm
|
||||
vnclipu_wi 101110 . ..... ..... 011 ..... 1010111 @r_vm
|
||||
vnclip_wv 101111 . ..... ..... 000 ..... 1010111 @r_vm
|
||||
vnclip_wx 101111 . ..... ..... 100 ..... 1010111 @r_vm
|
||||
vnclip_wi 101111 . ..... ..... 011 ..... 1010111 @r_vm
|
||||
vfadd_vv 000000 . ..... ..... 001 ..... 1010111 @r_vm
|
||||
vfadd_vf 000000 . ..... ..... 101 ..... 1010111 @r_vm
|
||||
vfsub_vv 000010 . ..... ..... 001 ..... 1010111 @r_vm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue