qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] target/arm: partial vector cleanup
@ 2020-05-01 21:13 Richard Henderson
  2020-05-01 21:13 ` [PATCH 1/6] target/arm: Create gen_gvec_[us]sra Richard Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Richard Henderson @ 2020-05-01 21:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

This is not complete, but shows the direction I'd like to go.

It may well help what Peter is doing with the neon decodetree
conversion.  It may be helpful to apply before the conversion
in order to reduce the number of special cases.  As may
continuing with the cleanup; I'll probably work on that more
next week.


r~


Richard Henderson (6):
  target/arm: Create gen_gvec_[us]sra
  target/arm: Create gen_gvec_{u,s}{rshr,rsra}
  target/arm: Create gen_gvec_{sri,sli}
  target/arm: Remove unnecessary range check for VSHL
  target/arm: Tidy handle_vec_simd_shri
  target/arm: Wrap vector compare zero GVecGen2 in GVecGen2Fn

 target/arm/helper.h        |   40 ++
 target/arm/translate.h     |   39 +-
 target/arm/translate-a64.c |  102 +---
 target/arm/translate.c     | 1074 +++++++++++++++++++++++-------------
 target/arm/vec_helper.c    |  113 ++++
 5 files changed, 903 insertions(+), 465 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2020-05-01 21:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-01 21:13 [PATCH 0/6] target/arm: partial vector cleanup Richard Henderson
2020-05-01 21:13 ` [PATCH 1/6] target/arm: Create gen_gvec_[us]sra Richard Henderson
2020-05-01 21:13 ` [PATCH 2/6] target/arm: Create gen_gvec_{u,s}{rshr,rsra} Richard Henderson
2020-05-01 21:13 ` [PATCH 3/6] target/arm: Create gen_gvec_{sri,sli} Richard Henderson
2020-05-01 21:13 ` [PATCH 4/6] target/arm: Remove unnecessary range check for VSHL Richard Henderson
2020-05-01 21:13 ` [PATCH 5/6] target/arm: Tidy handle_vec_simd_shri Richard Henderson
2020-05-01 21:13 ` [PATCH 6/6] target/arm: Wrap vector compare zero GVecGen2 in GVecGen2Fn 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).