mirror of
https://github.com/mii443/qemu.git
synced 2025-12-12 05:18:37 +00: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:
committed by
Alistair Francis
parent
2a68e9e568
commit
121ddbb36f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user