qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Replace trunc_shr_i32 with extr[lh]
@ 2015-07-31 14:24 Richard Henderson
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Henderson @ 2015-07-31 14:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, aurelien

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-31 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 14:24 [Qemu-devel] [PATCH 0/2] Replace trunc_shr_i32 with extr[lh] Richard Henderson
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

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).