mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target/riscv: rvv-1.0: floating-point reciprocal square-root estimate instruction
Implement the floating-point reciprocal square-root 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-70-frank.chang@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
719d3561b2
commit
e848a1e563
4 changed files with 189 additions and 0 deletions
|
@ -560,6 +560,7 @@ vfwmsac_vf 111110 . ..... ..... 101 ..... 1010111 @r_vm
|
|||
vfwnmsac_vv 111111 . ..... ..... 001 ..... 1010111 @r_vm
|
||||
vfwnmsac_vf 111111 . ..... ..... 101 ..... 1010111 @r_vm
|
||||
vfsqrt_v 010011 . ..... 00000 001 ..... 1010111 @r2_vm
|
||||
vfrsqrt7_v 010011 . ..... 00100 001 ..... 1010111 @r2_vm
|
||||
vfmin_vv 000100 . ..... ..... 001 ..... 1010111 @r_vm
|
||||
vfmin_vf 000100 . ..... ..... 101 ..... 1010111 @r_vm
|
||||
vfmax_vv 000110 . ..... ..... 001 ..... 1010111 @r_vm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue