qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] target/arm: tcg vector cleanups
@ 2019-02-06  5:06 Richard Henderson
  2019-02-06  5:06 ` [Qemu-devel] [PATCH v2 1/5] target/arm: Rely on optimization within tcg_gen_gvec_or Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Richard Henderson @ 2019-02-06  5:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

Generic tcg now has support for folding of OR,
and has grown min/max primitives.


r~


Richard Henderson (5):
  target/arm: Rely on optimization within tcg_gen_gvec_or
  target/arm: Use vector minmax expanders for aarch64
  target/arm: Use vector minmax expanders for aarch32
  target/arm: Use tcg integer min/max primitives for neon
  target/arm: Remove neon min/max helpers

 target/arm/helper.h        | 12 ----------
 target/arm/neon_helper.c   | 12 ----------
 target/arm/translate-a64.c | 41 +++++++++++++---------------------
 target/arm/translate-sve.c |  6 +----
 target/arm/translate.c     | 45 ++++++++++++++++++++++----------------
 5 files changed, 42 insertions(+), 74 deletions(-)

-- 
2.17.2

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

end of thread, other threads:[~2019-02-06  5:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-06  5:06 [Qemu-devel] [PATCH v2 0/5] target/arm: tcg vector cleanups Richard Henderson
2019-02-06  5:06 ` [Qemu-devel] [PATCH v2 1/5] target/arm: Rely on optimization within tcg_gen_gvec_or Richard Henderson
2019-02-06  5:06 ` [Qemu-devel] [PATCH v2 2/5] target/arm: Use vector minmax expanders for aarch64 Richard Henderson
2019-02-06  5:06 ` [Qemu-devel] [PATCH v2 3/5] target/arm: Use vector minmax expanders for aarch32 Richard Henderson
2019-02-06  5:07 ` [Qemu-devel] [PATCH v2 4/5] target/arm: Use tcg integer min/max primitives for neon Richard Henderson
2019-02-06  5:07 ` [Qemu-devel] [PATCH v2 5/5] target/arm: Remove neon min/max helpers Richard Henderson

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