mbox series

[v2,0/3] target/arm: SME1/SVE2 fixes

Message ID 20250622213509.277798-1-richard.henderson@linaro.org
Headers show
Series target/arm: SME1/SVE2 fixes | expand

Message

Richard Henderson June 22, 2025, 9:35 p.m. UTC
Supercedes: 20250622175052.180728-1-richard.henderson@linaro.org
("target/arm: Fix SME vs AdvSIMD exception priority")

A couple of fixes for EC_SMETRAP, plus some insns that missed
being updated for non-streaming.


r~


Richard Henderson (3):
  target/arm: Fix SME vs AdvSIMD exception priority
  target/arm: Fix sve_access_check for SME
  target/arm: Fix 128-bit element ZIP, UZP, TRN

 target/arm/tcg/translate-a64.c | 30 +++++++++++++++++-------
 target/arm/tcg/translate-sve.c | 43 ++++++++++++++++++++++++----------
 2 files changed, 51 insertions(+), 22 deletions(-)