Re: [PATCH v6 43/82] target/arm: Implement SVE2 XAR

2021-05-13 Thread Peter Maydell
On Fri, 30 Apr 2021 at 21:58, Richard Henderson wrote: > > In addition, use the same vector generator interface for AdvSIMD. > This fixes a bug in which the AdvSIMD insn failed to clear the > high bits of the SVE register. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks

[PATCH v6 43/82] target/arm: Implement SVE2 XAR

2021-04-30 Thread Richard Henderson
In addition, use the same vector generator interface for AdvSIMD. This fixes a bug in which the AdvSIMD insn failed to clear the high bits of the SVE register. Signed-off-by: Richard Henderson --- target/arm/helper-sve.h| 4 ++ target/arm/helper.h| 2 + target/arm/translate-a64.h