mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
target/riscv: widening 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-44-zhiwei_liu@c-sky.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
9210097326
commit
4514b7b123
4 changed files with 106 additions and 0 deletions
|
@ -521,6 +521,11 @@ 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
|
||||
vfwcvt_xu_f_v 100010 . ..... 01000 001 ..... 1010111 @r2_vm
|
||||
vfwcvt_x_f_v 100010 . ..... 01001 001 ..... 1010111 @r2_vm
|
||||
vfwcvt_f_xu_v 100010 . ..... 01010 001 ..... 1010111 @r2_vm
|
||||
vfwcvt_f_x_v 100010 . ..... 01011 001 ..... 1010111 @r2_vm
|
||||
vfwcvt_f_f_v 100010 . ..... 01100 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