qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] target-arm: Fix VRSQRTS
@ 2011-01-07  9:26 Peter Maydell
  2011-01-07  9:26 ` [Qemu-devel] [PATCH 1/4] softfloat: Add float32_is_zero_or_denormal() function Peter Maydell
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Peter Maydell @ 2011-01-07  9:26 UTC (permalink / raw)
  To: qemu-devel

This patch series fixes various bugs in VRSQRTS including the
major one that it was calculating completely the wrong value
(missing a division by 2).

It also introduces the infrastructure to support the ARM
"Standard FPSCR Value" as used for operations which use "ARM
standard floating-point arithmetic" rather than being controlled
by the rounding/flush/NaN settings in the FPSCR. (Most Neon FP
instructions should be using this, so there will be subsequent
patches to use it with other instructions too.)

The "missing divide" bug was fixed in meego-qemu commit 438a549e0;
the remaining fixes here are new.

Tested in the usual random-instruction-generation fashion.

Peter Maydell (4):
  softfloat: Add float32_is_zero_or_denormal() function
  target-arm: Fix implementation of VRSQRTS
  target-arm: Add support for 'Standard FPSCR Value' as used by Neon
  target-arm: Use the standard FPSCR value for VRSQRTS

 fpu/softfloat.h     |    5 +++++
 target-arm/cpu.h    |   13 +++++++++++++
 target-arm/helper.c |   17 +++++++++++++++--
 3 files changed, 33 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2011-01-14 19:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07  9:26 [Qemu-devel] [PATCH 0/4] target-arm: Fix VRSQRTS Peter Maydell
2011-01-07  9:26 ` [Qemu-devel] [PATCH 1/4] softfloat: Add float32_is_zero_or_denormal() function Peter Maydell
2011-01-10 19:13   ` Aurelien Jarno
2011-01-07  9:26 ` [Qemu-devel] [PATCH 2/4] target-arm: Fix implementation of VRSQRTS Peter Maydell
2011-01-10 19:20   ` Aurelien Jarno
2011-01-07  9:26 ` [Qemu-devel] [PATCH 3/4] target-arm: Add support for 'Standard FPSCR Value' as used by Neon Peter Maydell
2011-01-10 19:20   ` Aurelien Jarno
2011-01-07  9:26 ` [Qemu-devel] [PATCH 4/4] target-arm: Use the standard FPSCR value for VRSQRTS Peter Maydell
2011-01-10 19:20   ` Aurelien Jarno
2011-01-14 19:41 ` [Qemu-devel] [PATCH 0/4] target-arm: Fix VRSQRTS Aurelien Jarno

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).