mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/riscv: narrowing 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-45-zhiwei_liu@c-sky.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
4514b7b123
commit
878d406ec2
4 changed files with 103 additions and 0 deletions
|
@ -526,6 +526,11 @@ 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
|
||||
vfncvt_xu_f_v 100010 . ..... 10000 001 ..... 1010111 @r2_vm
|
||||
vfncvt_x_f_v 100010 . ..... 10001 001 ..... 1010111 @r2_vm
|
||||
vfncvt_f_xu_v 100010 . ..... 10010 001 ..... 1010111 @r2_vm
|
||||
vfncvt_f_x_v 100010 . ..... 10011 001 ..... 1010111 @r2_vm
|
||||
vfncvt_f_f_v 100010 . ..... 10100 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