qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] tcg: Expose tcg_gen_ext_{i32,i64,tl}
@ 2023-10-19 18:29 Richard Henderson
  2023-10-19 18:29 ` [PATCH 1/7] tcg: Export tcg_gen_ext_{i32,i64,tl} Richard Henderson
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Richard Henderson @ 2023-10-19 18:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, qemu-arm, laurent, ysato, kbastian, jcmvbkbc

We have several copies of this function (or equivalent).
Expose the one already present in tcg-op-ldst.c.
Then, some target cleanups while searching for "ext8[us]".


r~


Richard Henderson (7):
  tcg: Export tcg_gen_ext_{i32,i64,tl}
  target/arm: Use tcg_gen_ext_i64
  target/i386: Use tcg_gen_ext_tl
  target/m68k: Use tcg_gen_ext_i32
  target/rx: Use tcg_gen_ext_i32
  target/tricore: Use tcg_gen_*extract_tl
  target/xtensa: Use tcg_gen_sextract_i32

 include/tcg/tcg-op-common.h    |  2 ++
 include/tcg/tcg-op.h           |  2 ++
 target/arm/tcg/translate-a64.c | 37 ++--------------------------------
 target/i386/tcg/translate.c    | 28 +++----------------------
 target/m68k/translate.c        | 23 +++------------------
 target/rx/translate.c          | 11 +++-------
 target/tricore/translate.c     | 20 ++++--------------
 target/xtensa/translate.c      | 12 +----------
 tcg/tcg-op-ldst.c              | 14 +++++++++----
 9 files changed, 30 insertions(+), 119 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-10-23 15:10 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-19 18:29 [PATCH 0/7] tcg: Expose tcg_gen_ext_{i32,i64,tl} Richard Henderson
2023-10-19 18:29 ` [PATCH 1/7] tcg: Export tcg_gen_ext_{i32,i64,tl} Richard Henderson
2023-10-19 21:50   ` Philippe Mathieu-Daudé
2023-10-19 18:29 ` [PATCH 2/7] target/arm: Use tcg_gen_ext_i64 Richard Henderson
2023-10-23 15:09   ` Philippe Mathieu-Daudé
2023-10-19 18:29 ` [PATCH 3/7] target/i386: Use tcg_gen_ext_tl Richard Henderson
2023-10-19 21:57   ` Philippe Mathieu-Daudé
2023-10-21  7:59     ` Paolo Bonzini
2023-10-22  1:29       ` Richard Henderson
2023-10-22 10:22         ` Paolo Bonzini
2023-10-19 18:29 ` [PATCH 4/7] target/m68k: Use tcg_gen_ext_i32 Richard Henderson
2023-10-19 21:54   ` Philippe Mathieu-Daudé
2023-10-19 18:29 ` [PATCH 5/7] target/rx: " Richard Henderson
2023-10-19 21:54   ` Philippe Mathieu-Daudé
2023-10-21 13:45   ` Yoshinori Sato
2023-10-19 18:29 ` [PATCH 6/7] target/tricore: Use tcg_gen_*extract_tl Richard Henderson
2023-10-20 12:42   ` Bastian Koppelmann
2023-10-23 15:07   ` Philippe Mathieu-Daudé
2023-10-19 18:29 ` [PATCH 7/7] target/xtensa: Use tcg_gen_sextract_i32 Richard Henderson
2023-10-22  2:25   ` Max Filippov
2023-10-23 15:10   ` Philippe Mathieu-Daudé

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