qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/8] tests/tcg/loongarch64: Add some tests.


From: Song Gao
Subject: [PATCH 0/8] tests/tcg/loongarch64: Add some tests.
Date: Sat, 16 Jul 2022 16:54:18 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]