qemu-e2k/tests/tcg/riscv64
Christoph Müllner a47842d166 riscv: Add support for the Zfa extension
This patch introduces the RISC-V Zfa extension, which introduces
additional floating-point instructions:
* fli (load-immediate) with pre-defined immediates
* fminm/fmaxm (like fmin/fmax but with different NaN behaviour)
* fround/froundmx (round to integer)
* fcvtmod.w.d (Modular Convert-to-Integer)
* fmv* to access high bits of float register bigger than XLEN
* Quiet comparison instructions (fleq/fltq)

Zfa defines its instructions in combination with the following extensions:
* single-precision floating-point (F)
* double-precision floating-point (D)
* quad-precision floating-point (Q)
* half-precision floating-point (Zfh)

Since QEMU does not support the RISC-V quad-precision floating-point
ISA extension (Q), this patch does not include the instructions that
depend on this extension. All other instructions are included in this
patch.

The Zfa specification can be found here:
  https://github.com/riscv/riscv-isa-manual/blob/master/src/zfa.tex
The Zfa specifciation is frozen and is in public review since May 3, 2023:
  https://groups.google.com/a/groups.riscv.org/g/isa-dev/c/SED4ntBkabg

The patch also includes a TCG test for the fcvtmod.w.d instruction.
The test cases test for correct results and flag behaviour.
Note, that the Zfa specification requires fcvtmod's flag behaviour
to be identical to a fcvt with the same operands (which is also
tested).

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
Message-Id: <20230710071243.282464-1-christoph.muellner@vrull.eu>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2023-07-10 22:29:20 +10:00
..
Makefile.softmmu-target tests/tcg: limit the scope of the plugin tests 2023-04-27 14:58:23 +01:00
Makefile.target riscv: Add support for the Zfa extension 2023-07-10 22:29:20 +10:00
issue1060.S target/riscv: Set env->bins in gen_exception_illegal 2022-07-03 10:03:20 +10:00
noexec.c target/riscv: Make translator stop before the end of a page 2022-09-06 08:04:26 +01:00
semicall.h
semihost.ld target/riscv: Set env->bins in gen_exception_illegal 2022-07-03 10:03:20 +10:00
test-aes.c tests/multiarch: Add test-aes 2023-07-08 07:30:17 +01:00
test-div.c
test-fcvtmod.c riscv: Add support for the Zfa extension 2023-07-10 22:29:20 +10:00
test-noc.S target/riscv: Set pc_succ_insn for !rvc illegal insn 2023-01-06 10:42:55 +10:00