mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/riscv: zfh: half-precision floating-point classify
Signed-off-by: Kito Cheng <kito.cheng@sifive.com> Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com> Signed-off-by: Frank Chang <frank.chang@sifive.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20211210074329.5775-6-frank.chang@sifive.com Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
11f9c450a6
commit
6bc6fc96d1
4 changed files with 20 additions and 0 deletions
|
@ -754,6 +754,7 @@ fmv_x_h 1110010 00000 ..... 000 ..... 1010011 @r2
|
|||
feq_h 1010010 ..... ..... 010 ..... 1010011 @r
|
||||
flt_h 1010010 ..... ..... 001 ..... 1010011 @r
|
||||
fle_h 1010010 ..... ..... 000 ..... 1010011 @r
|
||||
fclass_h 1110010 00000 ..... 001 ..... 1010011 @r2
|
||||
fcvt_h_w 1101010 00000 ..... ... ..... 1010011 @r2_rm
|
||||
fcvt_h_wu 1101010 00001 ..... ... ..... 1010011 @r2_rm
|
||||
fmv_h_x 1111010 00000 ..... 000 ..... 1010011 @r2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue