qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] tests/tcg/loongarch64: Add some tests.
@ 2022-07-16  8:54 Song Gao
  2022-07-16  8:54 ` [PATCH 1/8] tests/tcg/loongarch64: Add float reference files Song Gao
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Song Gao @ 2022-07-16  8:54 UTC (permalink / raw)
  To: qemu-devel
  Cc: richard.henderson, alex.bennee, f4bug, gaosong, peter.maydell,
	yangxiaojuan

Hi, All

This series adds some float reference files, fixes some
float_convd/float_convs/float_madds bugs, and adds some
instructions tests.

Thanks.
Song Gao


Philippe Mathieu-Daudé (1):
  tests/tcg/loongarch64: Add float reference files

Song Gao (7):
  fpu/softfloat: Add LoongArch specialization for pickNaNMulAdd
  target/loongarch: Fix float_convd/float_convs test failing
  tests/tcg/loongarch64: Add clo related instructions test
  tests/tcg/loongarch64: Add div and mod related instructions test
  tests/tcg/loongarch64: Add fclass test
  tests/tcg/loongarch64: Add som comparison instructions test
  tests/tcg/loongarch64: Add pcadd related instructions test

 fpu/softfloat-specialize.c.inc        |  23 +
 target/loongarch/fpu_helper.c         | 143 ++--
 tests/tcg/loongarch64/Makefile.target |  19 +
 tests/tcg/loongarch64/float_convd.ref | 988 ++++++++++++++++++++++++++
 tests/tcg/loongarch64/float_convs.ref | 748 +++++++++++++++++++
 tests/tcg/loongarch64/float_madds.ref | 768 ++++++++++++++++++++
 tests/tcg/loongarch64/test_bit.c      |  88 +++
 tests/tcg/loongarch64/test_div.c      |  54 ++
 tests/tcg/loongarch64/test_fclass.c   | 130 ++++
 tests/tcg/loongarch64/test_fpcom.c    |  37 +
 tests/tcg/loongarch64/test_pcadd.c    |  38 +
 11 files changed, 2973 insertions(+), 63 deletions(-)
 create mode 100644 tests/tcg/loongarch64/Makefile.target
 create mode 100644 tests/tcg/loongarch64/float_convd.ref
 create mode 100644 tests/tcg/loongarch64/float_convs.ref
 create mode 100644 tests/tcg/loongarch64/float_madds.ref
 create mode 100644 tests/tcg/loongarch64/test_bit.c
 create mode 100644 tests/tcg/loongarch64/test_div.c
 create mode 100644 tests/tcg/loongarch64/test_fclass.c
 create mode 100644 tests/tcg/loongarch64/test_fpcom.c
 create mode 100644 tests/tcg/loongarch64/test_pcadd.c

-- 
2.31.1



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-07-19  7:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-16  8:54 [PATCH 0/8] tests/tcg/loongarch64: Add some tests Song Gao
2022-07-16  8:54 ` [PATCH 1/8] tests/tcg/loongarch64: Add float reference files Song Gao
2022-07-16  8:54 ` [PATCH 2/8] fpu/softfloat: Add LoongArch specialization for pickNaNMulAdd Song Gao
2022-07-19  7:09   ` Richard Henderson
2022-07-16  8:54 ` [PATCH 3/8] target/loongarch: Fix float_convd/float_convs test failing Song Gao
2022-07-19  7:12   ` Richard Henderson
2022-07-19  7:26     ` Richard Henderson
2022-07-16  8:54 ` [PATCH 4/8] tests/tcg/loongarch64: Add clo related instructions test Song Gao
2022-07-16  8:54 ` [PATCH 5/8] tests/tcg/loongarch64: Add div and mod " Song Gao
2022-07-16  8:54 ` [PATCH 6/8] tests/tcg/loongarch64: Add fclass test Song Gao
2022-07-16  8:54 ` [PATCH 7/8] tests/tcg/loongarch64: Add som comparison instructions test Song Gao
2022-07-16  8:54 ` [PATCH 8/8] tests/tcg/loongarch64: Add pcadd related " Song Gao
2022-07-19  7:33 ` [PATCH 0/8] tests/tcg/loongarch64: Add some tests Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).