qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] target/arm: AdvSIMD decodetree conversion, part 3
@ 2024-07-08 23:59 Richard Henderson
  2024-07-08 23:59 ` [PATCH 1/6] target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetree Richard Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Richard Henderson @ 2024-07-08 23:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm

A small set, but better than waiting for a larger set.
It's a good stopping point, finishing the convertion of

  disas_simd_three_reg_diff
  disas_simd_scalar_three_reg_diff
  disas_simd_indexed


r~


Richard Henderson (6):
  target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to
    decodetree
  target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to
    decodetree
  target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetree
  target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetree
  target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetree
  target/arm: Convert PMULL to decodetree

 target/arm/tcg/translate-a64.c | 1155 +++++++++++---------------------
 target/arm/tcg/a64.decode      |   77 +++
 2 files changed, 460 insertions(+), 772 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [RESEND PATCH 0/6] target/arm: AdvSIMD decodetree conversion, part 3
@ 2024-07-09  0:06 Richard Henderson
  2024-07-09  0:06 ` [PATCH 6/6] target/arm: Convert PMULL to decodetree Richard Henderson
  0 siblings, 1 reply; 10+ messages in thread
From: Richard Henderson @ 2024-07-09  0:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm

[Sorry about the @qemu.prg typo; resend for anyone replying.]

A small set, but better than waiting for a larger set.
It's a good stopping point, finishing the convertion of

  disas_simd_three_reg_diff
  disas_simd_scalar_three_reg_diff
  disas_simd_indexed


r~


Richard Henderson (6):
  target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to
    decodetree
  target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to
    decodetree
  target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetree
  target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetree
  target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetree
  target/arm: Convert PMULL to decodetree

 target/arm/tcg/translate-a64.c | 1155 +++++++++++---------------------
 target/arm/tcg/a64.decode      |   77 +++
 2 files changed, 460 insertions(+), 772 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2024-07-09 14:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08 23:59 [PATCH 0/6] target/arm: AdvSIMD decodetree conversion, part 3 Richard Henderson
2024-07-08 23:59 ` [PATCH 1/6] target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetree Richard Henderson
2024-07-08 23:59 ` [PATCH 2/6] target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned " Richard Henderson
2024-07-08 23:59 ` [PATCH 3/6] target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL " Richard Henderson
2024-07-08 23:59 ` [PATCH 4/6] target/arm: Convert SADDW, SSUBW, UADDW, USUBW " Richard Henderson
2024-07-08 23:59 ` [PATCH 5/6] target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN " Richard Henderson
2024-07-08 23:59 ` [PATCH 6/6] target/arm: Convert PMULL " Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09  0:06 [RESEND PATCH 0/6] target/arm: AdvSIMD decodetree conversion, part 3 Richard Henderson
2024-07-09  0:06 ` [PATCH 6/6] target/arm: Convert PMULL to decodetree Richard Henderson
2024-07-09  8:40   ` Philippe Mathieu-Daudé
2024-07-09 14:22   ` 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).