From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: alex.bennee@linaro.org
Subject: Re: [PATCH v3 00/10] tcg vector rotate operations
Date: Mon, 18 May 2020 09:48:59 -0700 [thread overview]
Message-ID: <a830f904-c420-add3-e5cb-cd46baa9b147@linaro.org> (raw)
In-Reply-To: <20200508151055.5832-1-richard.henderson@linaro.org>
On 5/8/20 8:10 AM, Richard Henderson wrote:
> Split out from the v2 omnibus patch from 21 Apr.
> No real changes, just a rebase on master.
Ping for patches unreviewed patches 3, 5, 6, 7, 10.
r~
> Richard Henderson (10):
> tcg: Implement gvec support for rotate by immediate
> tcg: Implement gvec support for rotate by vector
> tcg: Remove expansion to shift by vector from do_shifts
> tcg: Implement gvec support for rotate by scalar
> tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec
> tcg/aarch64: Implement INDEX_op_rotl{i,v}_vec
> tcg/ppc: Implement INDEX_op_rot[lr]v_vec
> target/ppc: Use tcg_gen_gvec_rotlv
> target/s390x: Use tcg_gen_gvec_rotl{i,s,v}
> tcg: Improve move ops in liveness_pass_2
>
> accel/tcg/tcg-runtime.h | 15 ++
> include/tcg/tcg-op-gvec.h | 12 ++
> include/tcg/tcg-op.h | 5 +
> include/tcg/tcg-opc.h | 4 +
> include/tcg/tcg.h | 3 +
> target/ppc/helper.h | 4 -
> target/s390x/helper.h | 4 -
> tcg/aarch64/tcg-target.h | 3 +
> tcg/aarch64/tcg-target.opc.h | 1 +
> tcg/i386/tcg-target.h | 3 +
> tcg/ppc/tcg-target.h | 3 +
> tcg/ppc/tcg-target.opc.h | 1 -
> accel/tcg/tcg-runtime-gvec.c | 144 +++++++++++++++++++
> target/ppc/int_helper.c | 17 ---
> target/ppc/translate/vmx-impl.inc.c | 8 +-
> target/s390x/translate_vx.inc.c | 66 ++-------
> target/s390x/vec_int_helper.c | 31 ----
> tcg/aarch64/tcg-target.inc.c | 53 ++++++-
> tcg/i386/tcg-target.inc.c | 116 ++++++++++++---
> tcg/ppc/tcg-target.inc.c | 23 ++-
> tcg/tcg-op-gvec.c | 212 ++++++++++++++++++++++++++++
> tcg/tcg-op-vec.c | 62 ++++----
> tcg/tcg.c | 85 ++++++++---
> target/s390x/insn-data.def | 4 +-
> tcg/README | 7 +-
> 25 files changed, 696 insertions(+), 190 deletions(-)
>
prev parent reply other threads:[~2020-05-18 17:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-08 15:10 [PATCH v3 00/10] tcg vector rotate operations Richard Henderson
2020-05-08 15:10 ` [PATCH v3 01/10] tcg: Implement gvec support for rotate by immediate Richard Henderson
2020-05-08 15:10 ` [PATCH v3 02/10] tcg: Implement gvec support for rotate by vector Richard Henderson
2020-05-08 15:10 ` [PATCH v3 03/10] tcg: Remove expansion to shift by vector from do_shifts Richard Henderson
2020-05-08 15:10 ` [PATCH v3 04/10] tcg: Implement gvec support for rotate by scalar Richard Henderson
2020-05-08 15:10 ` [PATCH v3 05/10] tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec Richard Henderson
2020-05-08 15:10 ` [PATCH v3 06/10] tcg/aarch64: Implement INDEX_op_rotl{i,v}_vec Richard Henderson
2020-05-08 15:10 ` [PATCH v3 07/10] tcg/ppc: Implement INDEX_op_rot[lr]v_vec Richard Henderson
2020-05-08 15:10 ` [PATCH v3 08/10] target/ppc: Use tcg_gen_gvec_rotlv Richard Henderson
2020-05-11 1:18 ` David Gibson
2020-05-08 15:10 ` [PATCH v3 09/10] target/s390x: Use tcg_gen_gvec_rotl{i,s,v} Richard Henderson
2020-05-11 9:46 ` David Hildenbrand
2020-05-08 15:10 ` [PATCH v3 10/10] tcg: Improve move ops in liveness_pass_2 Richard Henderson
2020-05-18 16:48 ` Richard Henderson [this message]
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=a830f904-c420-add3-e5cb-cd46baa9b147@linaro.org \
--to=richard.henderson@linaro.org \
--cc=alex.bennee@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).