qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/5] ARM: fix Neon VRECPE and VRSQRTE instructions.
@ 2011-02-21 16:38 Christophe Lyon
  2011-02-21 16:38 ` [Qemu-devel] [PATCH 1/5] softfloat: move all default NaN definitions to softfloat.h Christophe Lyon
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Christophe Lyon @ 2011-02-21 16:38 UTC (permalink / raw)
  To: qemu-devel

These 5 patches fix the ARM Neon VRECPE and VRSQRTE instructions by
matching the algorithms descibed in the ARM ARM.

Patches #1 to #3 are unchanged compared to v4

Patches #4 and #5 should address Peter's comments.

Christophe Lyon (5):
  softfloat: move all default NaN definitions to softfloat.h.
  softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits
    floats.
  target-arm: Introduce float64_256 and float64_512 constants.
  target-arm: fix support for VRECPE.
  target-arm: fix support for VRSQRTE.

 fpu/softfloat-specialize.h |   68 --------------
 fpu/softfloat.h            |   84 +++++++++++++++++
 target-arm/helper.c        |  211 +++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 273 insertions(+), 90 deletions(-)

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PATCH v5 0/5] ARM: fix Neon VRECPE and VRSQRTE instructions.
@ 2011-02-21 10:59 Christophe Lyon
  2011-02-21 10:59 ` [Qemu-devel] [PATCH 3/5] target-arm: Introduce float64_256 and float64_512 constants Christophe Lyon
  0 siblings, 1 reply; 14+ messages in thread
From: Christophe Lyon @ 2011-02-21 10:59 UTC (permalink / raw)
  To: qemu-devel

These 5 patches fix the ARM Neon VRECPE and VRSQRTE instructions by
matching the algorithms descibed in the ARM ARM.

Patches #1 and the last two are unchanged compared to v4 (except that
patches 3 and 4 are now 4 and 5).

V4 patch #2 has been split into #2 and #3, to take Aurelien Jarno's
comments into account (http://patchwork.ozlabs.org/patch/83603/):
constants 256 and 512 are now defined locally in target-arm/helper.c.

Christophe Lyon (5):
  softfloat: move all default NaN definitions to softfloat.h.
  softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits
    floats.
  target-arm: Introduce float64_256 and float64_512 constants.
  target-arm: fix support for VRECPE.
  target-arm: fix support for VRSQRTE.

 fpu/softfloat-specialize.h |   68 --------------
 fpu/softfloat.h            |   84 ++++++++++++++++++
 target-arm/helper.c        |  209 +++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 271 insertions(+), 90 deletions(-)

-- 
1.7.2.3

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

end of thread, other threads:[~2011-02-24  8:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21 16:38 [Qemu-devel] [PATCH v6 0/5] ARM: fix Neon VRECPE and VRSQRTE instructions Christophe Lyon
2011-02-21 16:38 ` [Qemu-devel] [PATCH 1/5] softfloat: move all default NaN definitions to softfloat.h Christophe Lyon
2011-02-22 11:56   ` Peter Maydell
2011-02-21 16:38 ` [Qemu-devel] [PATCH 2/5] softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats Christophe Lyon
2011-02-22 11:56   ` Peter Maydell
2011-02-21 16:38 ` [Qemu-devel] [PATCH 3/5] target-arm: Introduce float64_256 and float64_512 constants Christophe Lyon
2011-02-22 11:57   ` Peter Maydell
2011-02-21 16:38 ` [Qemu-devel] [PATCH 4/5] target-arm: fix support for VRECPE Christophe Lyon
2011-02-22 11:57   ` Peter Maydell
2011-02-21 16:38 ` [Qemu-devel] [PATCH 5/5] target-arm: fix support for VRSQRTE Christophe Lyon
2011-02-22 11:58   ` Peter Maydell
2011-02-24  8:04 ` [Qemu-devel] [PATCH v6 0/5] ARM: fix Neon VRECPE and VRSQRTE instructions Aurelien Jarno
  -- strict thread matches above, loose matches on Subject: below --
2011-02-21 10:59 [Qemu-devel] [PATCH v5 " Christophe Lyon
2011-02-21 10:59 ` [Qemu-devel] [PATCH 3/5] target-arm: Introduce float64_256 and float64_512 constants Christophe Lyon
2011-02-21 11:59   ` Peter Maydell

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