qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: alex.bennee@linaro.org, aurelien@aurel32.net
Subject: [Qemu-devel] [PATCH 0/2] Replace trunc_shr_i32 with extr[lh]
Date: Fri, 31 Jul 2015 07:24:29 -0700	[thread overview]
Message-ID: <1438352671-6466-1-git-send-email-rth@twiddle.net> (raw)

I'd prefer to use these two patches instead of Aurelien's
patch to rename INDEX_OP_trunc_i32.  Thoughts?


r~


Richard Henderson (2):
  tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32
  tcg: Remove tcg_gen_trunc_i64_i32

 target-alpha/translate.c      |  4 +--
 target-arm/translate-a64.c    | 60 +++++++++++++++++++++----------------------
 target-arm/translate.c        | 46 ++++++++++++++++-----------------
 target-cris/translate.c       |  4 +--
 target-m68k/translate.c       |  2 +-
 target-microblaze/translate.c |  8 +++---
 target-mips/translate.c       |  4 +--
 target-openrisc/translate.c   | 22 ++++++++--------
 target-s390x/translate.c      | 30 +++++++++++-----------
 target-sh4/translate.c        |  4 +--
 target-sparc/translate.c      | 14 +++++-----
 target-tricore/translate.c    | 32 +++++++++++------------
 target-xtensa/translate.c     |  2 +-
 tcg/README                    | 14 +++++++---
 tcg/aarch64/tcg-target.h      |  3 ++-
 tcg/i386/tcg-target.h         |  3 ++-
 tcg/ia64/tcg-target.h         |  3 ++-
 tcg/optimize.c                | 22 ++++++++--------
 tcg/ppc/tcg-target.h          |  3 ++-
 tcg/s390/tcg-target.h         |  3 ++-
 tcg/sparc/tcg-target.c        | 14 +++++-----
 tcg/sparc/tcg-target.h        |  3 ++-
 tcg/tcg-op.c                  | 38 +++++++++++++--------------
 tcg/tcg-op.h                  | 12 +++------
 tcg/tcg-opc.h                 |  7 +++--
 tcg/tcg.h                     |  3 ++-
 tcg/tci/tcg-target.h          |  3 ++-
 27 files changed, 188 insertions(+), 175 deletions(-)

-- 
2.4.3

             reply	other threads:[~2015-07-31 14:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-31 14:24 Richard Henderson [this message]
2015-07-31 14:24 ` [Qemu-devel] [PATCH 1/2] tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 Richard Henderson
2015-07-31 15:21 ` [Qemu-devel] [PATCH 0/2] Replace trunc_shr_i32 with extr[lh] 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=1438352671-6466-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=alex.bennee@linaro.org \
    --cc=aurelien@aurel32.net \
    --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).