Re: [PATCH for-6.2 33/34] target/arm: Implement MVE scatter-gather immediate forms

2021-07-21 Thread Richard Henderson
On 7/13/21 3:37 AM, Peter Maydell wrote: Implement the MVE VLDR/VSTR insns which do scatter-gather using base addresses from Qm plus or minus an immediate offset (possibly with writeback). Note that writeback is not predicated but it does have to honour ECI state, so we have to add an eci_mask

[PATCH for-6.2 33/34] target/arm: Implement MVE scatter-gather immediate forms

2021-07-13 Thread Peter Maydell
Implement the MVE VLDR/VSTR insns which do scatter-gather using base addresses from Qm plus or minus an immediate offset (possibly with writeback). Note that writeback is not predicated but it does have to honour ECI state, so we have to add an eci_mask check to the VSTR_SG macros (the VLDR_SG