qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PATCH v4b 00/18] target/arm: SVE instructions, part 2
Date: Tue, 12 Jun 2018 15:56:23 -1000	[thread overview]
Message-ID: <20180613015641.5667-1-richard.henderson@linaro.org> (raw)

Here's the second installment of SVE instructions.
There are about 25 patches waiting for a third installment;
this makes a nice break before beginning with the memory ops.

Since v3, r-b tags, comment fixes, and other review feedback.


r~


Richard Henderson (18):
  target/arm: Extend vec_reg_offset to larger sizes
  target/arm: Implement SVE Permute - Unpredicated Group
  target/arm: Implement SVE Permute - Predicates Group
  target/arm: Implement SVE Permute - Interleaving Group
  target/arm: Implement SVE compress active elements
  target/arm: Implement SVE conditionally broadcast/extract element
  target/arm: Implement SVE copy to vector (predicated)
  target/arm: Implement SVE reverse within elements
  target/arm: Implement SVE vector splice (predicated)
  target/arm: Implement SVE Select Vectors Group
  target/arm: Implement SVE Integer Compare - Vectors Group
  target/arm: Implement SVE Integer Compare - Immediate Group
  target/arm: Implement SVE Partition Break Group
  target/arm: Implement SVE Predicate Count Group
  target/arm: Implement SVE Integer Compare - Scalars Group
  target/arm: Implement FDUP/DUP
  target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group
  target/arm: Implement SVE Floating Point Arithmetic - Unpredicated
    Group

 target/arm/helper-sve.h    |  294 ++++++++
 target/arm/helper.h        |   19 +
 target/arm/translate-a64.h |   26 +-
 target/arm/sve_helper.c    | 1250 +++++++++++++++++++++++++++++++
 target/arm/translate-sve.c | 1458 ++++++++++++++++++++++++++++++++++++
 target/arm/vec_helper.c    |   69 ++
 target/arm/sve.decode      |  248 ++++++
 7 files changed, 3355 insertions(+), 9 deletions(-)

-- 
2.17.1

             reply	other threads:[~2018-06-13  1:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-13  1:56 Richard Henderson [this message]
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 01/18] target/arm: Extend vec_reg_offset to larger sizes Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 02/18] target/arm: Implement SVE Permute - Unpredicated Group Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 03/18] target/arm: Implement SVE Permute - Predicates Group Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 04/18] target/arm: Implement SVE Permute - Interleaving Group Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 05/18] target/arm: Implement SVE compress active elements Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 06/18] target/arm: Implement SVE conditionally broadcast/extract element Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 07/18] target/arm: Implement SVE copy to vector (predicated) Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 08/18] target/arm: Implement SVE reverse within elements Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 09/18] target/arm: Implement SVE vector splice (predicated) Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 10/18] target/arm: Implement SVE Select Vectors Group Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 11/18] target/arm: Implement SVE Integer Compare - " Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 12/18] target/arm: Implement SVE Integer Compare - Immediate Group Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 13/18] target/arm: Implement SVE Partition Break Group Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 14/18] target/arm: Implement SVE Predicate Count Group Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 15/18] target/arm: Implement SVE Integer Compare - Scalars Group Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 16/18] target/arm: Implement FDUP/DUP Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 17/18] target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group Richard Henderson
2018-06-13  1:56 ` [Qemu-devel] [PATCH v4b 18/18] target/arm: Implement SVE Floating Point Arithmetic " Richard Henderson
2018-06-13  2:54 ` [Qemu-devel] [PATCH v4b 00/18] target/arm: SVE instructions, part 2 no-reply
2018-06-15 10:34 ` Peter Maydell

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=20180613015641.5667-1-richard.henderson@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=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).