mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
target/riscv: vector floating-point/integer type-convert 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-43-zhiwei_liu@c-sky.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
64ab584697
commit
9210097326
4 changed files with 56 additions and 0 deletions
|
@ -517,6 +517,10 @@ vmford_vf 011010 . ..... ..... 101 ..... 1010111 @r_vm
|
|||
vfclass_v 100011 . ..... 10000 001 ..... 1010111 @r2_vm
|
||||
vfmerge_vfm 010111 0 ..... ..... 101 ..... 1010111 @r_vm_0
|
||||
vfmv_v_f 010111 1 00000 ..... 101 ..... 1010111 @r2
|
||||
vfcvt_xu_f_v 100010 . ..... 00000 001 ..... 1010111 @r2_vm
|
||||
vfcvt_x_f_v 100010 . ..... 00001 001 ..... 1010111 @r2_vm
|
||||
vfcvt_f_xu_v 100010 . ..... 00010 001 ..... 1010111 @r2_vm
|
||||
vfcvt_f_x_v 100010 . ..... 00011 001 ..... 1010111 @r2_vm
|
||||
|
||||
vsetvli 0 ........... ..... 111 ..... 1010111 @r2_zimm
|
||||
vsetvl 1000000 ..... ..... 111 ..... 1010111 @r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue