qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] fpu: Add float64_to_int{32,64}_modulo
@ 2023-05-27 14:19 Richard Henderson
  2023-05-27 14:19 ` [PATCH 1/4] " Richard Henderson
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Richard Henderson @ 2023-05-27 14:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: christoph.muellner, alex.bennee

Extract some common code from Alpha and Arm, and which will
shortly also be required by the RISC-V Zfa extension.
Added a new test for Alpha; I already had a RISU test for Arm.


r~


Richard Henderson (4):
  fpu: Add float64_to_int{32,64}_modulo
  tests/tcg/alpha: Add test for cvttq
  target/alpha: Use float64_to_int64_modulo for CVTTQ
  target/arm: Use float64_to_int32_modulo for FJCVTZS

 include/fpu/softfloat.h         |  3 ++
 fpu/softfloat.c                 | 31 ++++++++++++
 target/alpha/fpu_helper.c       | 85 +++++++--------------------------
 target/arm/vfp_helper.c         | 71 +++++----------------------
 tests/tcg/alpha/test-cvttq.c    | 78 ++++++++++++++++++++++++++++++
 fpu/softfloat-parts.c.inc       | 78 ++++++++++++++++++++++++++++++
 tests/tcg/alpha/Makefile.target |  2 +-
 7 files changed, 221 insertions(+), 127 deletions(-)
 create mode 100644 tests/tcg/alpha/test-cvttq.c

-- 
2.34.1



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

end of thread, other threads:[~2023-06-30 13:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-27 14:19 [PATCH 0/4] fpu: Add float64_to_int{32,64}_modulo Richard Henderson
2023-05-27 14:19 ` [PATCH 1/4] " Richard Henderson
2023-06-27 10:03   ` Alex Bennée
2023-05-27 14:19 ` [PATCH 2/4] tests/tcg/alpha: Add test for cvttq Richard Henderson
2023-06-23 15:48   ` Alex Bennée
2023-06-27 10:08   ` Alex Bennée
2023-05-27 14:19 ` [PATCH 3/4] target/alpha: Use float64_to_int64_modulo for CVTTQ Richard Henderson
2023-06-27  9:27   ` Philippe Mathieu-Daudé
2023-05-27 14:19 ` [PATCH 4/4] target/arm: Use float64_to_int32_modulo for FJCVTZS Richard Henderson
2023-06-27 10:32   ` Alex Bennée
2023-06-21  9:12 ` [PATCH 0/4] fpu: Add float64_to_int{32,64}_modulo Richard Henderson
2023-06-27  7:12   ` Richard Henderson
2023-06-30  8:03 ` Christoph Müllner
2023-06-30 13:36 ` 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).