mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/riscv: rvv-1.0: floating-point reciprocal estimate instruction
Implement the floating-point reciprocal estimate to 7 bits instruction. Signed-off-by: Frank Chang <frank.chang@sifive.com> Acked-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20211210075704.23951-71-frank.chang@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
e848a1e563
commit
55c35407c3
4 changed files with 197 additions and 0 deletions
|
@ -2408,6 +2408,7 @@ static bool trans_##NAME(DisasContext *s, arg_rmr *a) \
|
|||
|
||||
GEN_OPFV_TRANS(vfsqrt_v, opfv_check, RISCV_FRM_DYN)
|
||||
GEN_OPFV_TRANS(vfrsqrt7_v, opfv_check, RISCV_FRM_DYN)
|
||||
GEN_OPFV_TRANS(vfrec7_v, opfv_check, RISCV_FRM_DYN)
|
||||
|
||||
/* Vector Floating-Point MIN/MAX Instructions */
|
||||
GEN_OPFVV_TRANS(vfmin_vv, opfvv_check)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue