qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: gaosong@loongson.cn
Subject: [PATCH 0/2] tcg: Add gvec compare with immediate and scalar operand
Date: Wed, 30 Aug 2023 20:09:02 -0700	[thread overview]
Message-ID: <20230831030904.1194667-1-richard.henderson@linaro.org> (raw)

This should be usable for loongarch64 as well, rather than
rolling a local copy there.

r~

Richard Henderson (2):
  tcg: Add gvec compare with immediate and scalar operand
  target/arm: Use tcg_gen_gvec_cmpi for compare vs 0

 accel/tcg/tcg-runtime.h          |  25 ++++++
 include/tcg/tcg-op-gvec-common.h |   6 ++
 accel/tcg/tcg-runtime-gvec.c     |  26 ++++++
 target/arm/tcg/translate.c       |  56 ++----------
 tcg/tcg-op-gvec.c                | 150 +++++++++++++++++++++++++++++++
 5 files changed, 216 insertions(+), 47 deletions(-)

-- 
2.34.1



             reply	other threads:[~2023-08-31  3:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31  3:09 Richard Henderson [this message]
2023-08-31  3:09 ` [PATCH 1/2] tcg: Add gvec compare with immediate and scalar operand Richard Henderson
2023-09-07  7:39   ` gaosong
2023-09-07 12:12     ` gaosong
2023-09-11 12:38       ` gaosong
2023-08-31  3:09 ` [PATCH 2/2] target/arm: Use tcg_gen_gvec_cmpi for compare vs 0 Richard Henderson
2023-09-07 12:13   ` gaosong

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