From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v2 0/2] ARM: Fix VQSHL/VQSHLU immediate forms
Date: Sat, 8 Jan 2011 16:01:14 +0000 [thread overview]
Message-ID: <1294502476-32537-1-git-send-email-peter.maydell@linaro.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 910 bytes --]
This patchset fixes errors in the decoding and implementation of the
immediate forms of the VQSHL/VQSHLU ARM instructions.
Tested in the usual random-instruction-set way. This is the final part
of the maemo-qemu tree commit 03a2445a fixes (the first part being
the already-committed VQSHL-reg patchset); the patch down as authored
by me is a minor tweaking of changes in the maemo-qemu commit.
There are no code changes here since v1, I've just got the author
attributions right (and added the reviewed-by tags from Aurelien,
thanks!)
Juha Riihimäki (1):
ARM: add neon helpers for VQSHLU
Peter Maydell (1):
ARM: Fix decoding of VQSHL/VQSHLU immediate forms
target-arm/helpers.h | 4 +++
target-arm/neon_helper.c | 47 ++++++++++++++++++++++++++++++++++++++++++
target-arm/translate.c | 51 ++++++++++++++++++++++++++++++++-------------
3 files changed, 87 insertions(+), 15 deletions(-)
next reply other threads:[~2011-01-08 16:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-08 16:01 Peter Maydell [this message]
2011-01-08 16:01 ` [Qemu-devel] [PATCH v2 1/2] ARM: add neon helpers for VQSHLU Peter Maydell
2011-01-08 16:01 ` [Qemu-devel] [PATCH v2 2/2] ARM: Fix decoding of VQSHL/VQSHLU immediate forms Peter Maydell
2011-01-11 23:12 ` [Qemu-devel] [PATCH v2 0/2] ARM: Fix " Aurelien Jarno
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1294502476-32537-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).