mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/riscv: vector widening floating-point multiply
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-34-zhiwei_liu@c-sky.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
0e0057cbe2
commit
f7c7b7cd29
4 changed files with 33 additions and 0 deletions
|
@ -463,6 +463,8 @@ vfmul_vf 100100 . ..... ..... 101 ..... 1010111 @r_vm
|
|||
vfdiv_vv 100000 . ..... ..... 001 ..... 1010111 @r_vm
|
||||
vfdiv_vf 100000 . ..... ..... 101 ..... 1010111 @r_vm
|
||||
vfrdiv_vf 100001 . ..... ..... 101 ..... 1010111 @r_vm
|
||||
vfwmul_vv 111000 . ..... ..... 001 ..... 1010111 @r_vm
|
||||
vfwmul_vf 111000 . ..... ..... 101 ..... 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