qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/17] target/arm: AdvSIMD decodetree conversion, part 4
@ 2024-07-17  6:08 Richard Henderson
  2024-07-17  6:08 ` [PATCH 01/17] target/arm: Use tcg_gen_extract2_i64 for EXT Richard Henderson
                   ` (18 more replies)
  0 siblings, 19 replies; 29+ messages in thread
From: Richard Henderson @ 2024-07-17  6:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm

Flush before the queue gets too big.
Also, there's a bug fix in patch 14.

r~

Richard Henderson (17):
  target/arm: Use tcg_gen_extract2_i64 for EXT
  target/arm: Convert EXT to decodetree
  target/arm: Convert TBL, TBX to decodetree
  target/arm: Convert UZP, TRN, ZIP to decodetree
  target/arm: Simplify do_reduction_op
  target/arm: Convert ADDV, *ADDLV, *MAXV, *MINV to decodetree
  target/arm: Convert FMAXNMV, FMINNMV, FMAXV, FMINV to decodetree
  target/arm: Convert FMOVI (scalar, immediate) to decodetree
  target/arm: Convert MOVI, FMOV, ORR, BIC (vector immediate) to
    decodetree
  target/arm: Introduce gen_gvec_sshr, gen_gvec_ushr
  target/arm: Fix whitespace near gen_srshr64_i64
  target/arm: Convert handle_vec_simd_shri to decodetree
  target/arm: Convet handle_vec_simd_shli to decodetree
  target/arm: Clear high SVE elements in handle_vec_simd_wshli
  target/arm: Use {,s}extract in handle_vec_simd_wshli
  target/arm: Convert SSHLL, USHLL to decodetree
  target/arm: Push tcg_rnd into handle_shri_with_rndacc

 target/arm/tcg/translate.h      |    5 +
 target/arm/tcg/gengvec.c        |   21 +-
 target/arm/tcg/translate-a64.c  | 1123 +++++++++++--------------------
 target/arm/tcg/translate-neon.c |   25 +-
 target/arm/tcg/a64.decode       |   87 +++
 5 files changed, 520 insertions(+), 741 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2024-08-12 22:08 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17  6:08 [PATCH 00/17] target/arm: AdvSIMD decodetree conversion, part 4 Richard Henderson
2024-07-17  6:08 ` [PATCH 01/17] target/arm: Use tcg_gen_extract2_i64 for EXT Richard Henderson
2024-07-17  9:50   ` Philippe Mathieu-Daudé
2024-07-17  6:08 ` [PATCH 02/17] target/arm: Convert EXT to decodetree Richard Henderson
2024-07-17  9:55   ` Philippe Mathieu-Daudé
2024-07-17  6:08 ` [PATCH 03/17] target/arm: Convert TBL, TBX " Richard Henderson
2024-07-17  9:56   ` Philippe Mathieu-Daudé
2024-07-17  6:08 ` [PATCH 04/17] target/arm: Convert UZP, TRN, ZIP " Richard Henderson
2024-07-17  6:08 ` [PATCH 05/17] target/arm: Simplify do_reduction_op Richard Henderson
2024-07-17  6:08 ` [PATCH 06/17] target/arm: Convert ADDV, *ADDLV, *MAXV, *MINV to decodetree Richard Henderson
2024-07-17  6:08 ` [PATCH 07/17] target/arm: Convert FMAXNMV, FMINNMV, FMAXV, FMINV " Richard Henderson
2024-07-17  6:08 ` [PATCH 08/17] target/arm: Convert FMOVI (scalar, immediate) " Richard Henderson
2024-07-17 10:00   ` Philippe Mathieu-Daudé
2024-07-17  6:08 ` [PATCH 09/17] target/arm: Convert MOVI, FMOV, ORR, BIC (vector " Richard Henderson
2024-07-17  6:08 ` [PATCH 10/17] target/arm: Introduce gen_gvec_sshr, gen_gvec_ushr Richard Henderson
2024-07-17  6:08 ` [PATCH 11/17] target/arm: Fix whitespace near gen_srshr64_i64 Richard Henderson
2024-07-17 10:00   ` Philippe Mathieu-Daudé
2024-07-17  6:08 ` [PATCH 12/17] target/arm: Convert handle_vec_simd_shri to decodetree Richard Henderson
2024-08-12 13:14   ` Peter Maydell
2024-08-12 22:07     ` Richard Henderson
2024-07-17  6:08 ` [PATCH 13/17] target/arm: Convet handle_vec_simd_shli " Richard Henderson
2024-07-17  6:09 ` [PATCH 14/17] target/arm: Clear high SVE elements in handle_vec_simd_wshli Richard Henderson
2024-07-17  6:09 ` [PATCH 15/17] target/arm: Use {,s}extract " Richard Henderson
2024-07-17  6:09 ` [PATCH 16/17] target/arm: Convert SSHLL, USHLL to decodetree Richard Henderson
2024-07-17  6:09 ` [PATCH 17/17] target/arm: Push tcg_rnd into handle_shri_with_rndacc Richard Henderson
2024-07-17 10:02   ` Philippe Mathieu-Daudé
2024-08-11 17:40 ` [PATCH 00/17] target/arm: AdvSIMD decodetree conversion, part 4 Michael Tokarev
2024-08-12 14:11   ` Peter Maydell
2024-08-12 15:14 ` Peter Maydell

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