qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] target-arm: Fix VQMOV(U)N


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/2] target-arm: Fix VQMOV(U)N
Date: Wed, 9 Feb 2011 15:42:31 +0000

This patchset fixes the VQMOV(U)N instructions (saturating narrowing
conversions). Tested by random generation of instructions for
VQMOVN, VQMOVUN, VMOVN.

Patch 1/2 is the same as the one Christophe sent recently but I have
corrected the authorship (this patch is from the meego tree).

Juha Riihimäki (1):
  target-arm: Fix VQMOVUN Neon instruction.

Peter Maydell (1):
  target-arm: Fix 32 bit signed saturating narrow

 target-arm/helpers.h     |    3 ++
 target-arm/neon_helper.c |   65 +++++++++++++++++++++++++++++++++++++++++++++-
 target-arm/translate.c   |   28 +++++++++++++++----
 3 files changed, 89 insertions(+), 7 deletions(-)




reply via email to

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