qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target-arm: Fix VQDMLSL
@ 2011-02-11 12:26 Peter Maydell
  2011-02-11 12:26 ` [Qemu-devel] [PATCH 1/2] target-arm: Refactor handling of VQDMULL Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Maydell @ 2011-02-11 12:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches

This patch series fixes the Neon VQDMLSL instruction, which was
incorrectly doing the negation step before saturation rather than
afterwards. Patch 1 is a minor cleanup to the affected code area
before patch 2 which is the fix proper.

Tested with the usual random instruction sequences.

Peter Maydell (2):
  target-arm: Refactor handling of VQDMULL
  target-arm: Fix Neon VQDMLSL instruction

 target-arm/translate.c |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)

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

end of thread, other threads:[~2011-02-20 16:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 12:26 [Qemu-devel] [PATCH 0/2] target-arm: Fix VQDMLSL Peter Maydell
2011-02-11 12:26 ` [Qemu-devel] [PATCH 1/2] target-arm: Refactor handling of VQDMULL Peter Maydell
2011-02-11 12:26 ` [Qemu-devel] [PATCH 2/2] target-arm: Fix Neon VQDMLSL instruction Peter Maydell
2011-02-20 16:29 ` [Qemu-devel] [PATCH 0/2] target-arm: Fix VQDMLSL 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).