mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
target/riscv: vector floating-point classify 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-41-zhiwei_liu@c-sky.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
2a68e9e568
commit
121ddbb36f
6 changed files with 107 additions and 30 deletions
|
@ -2181,3 +2181,6 @@ GEN_OPFVF_TRANS(vmfle_vf, opfvf_cmp_check)
|
|||
GEN_OPFVF_TRANS(vmfgt_vf, opfvf_cmp_check)
|
||||
GEN_OPFVF_TRANS(vmfge_vf, opfvf_cmp_check)
|
||||
GEN_OPFVF_TRANS(vmford_vf, opfvf_cmp_check)
|
||||
|
||||
/* Vector Floating-Point Classify Instruction */
|
||||
GEN_OPFV_TRANS(vfclass_v, opfv_check)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue