Re: [PATCH 26/71] target/arm: Add SMCR_ELx

2022-06-06 Thread Peter Maydell
On Thu, 2 Jun 2022 at 23:22, Richard Henderson wrote: > > These cpregs control the streaming vector length and whether the > full a64 instruction set is allowed while in streaming mode. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h| 8 ++-- > target/arm/helper.c | 41 +++

[PATCH 26/71] target/arm: Add SMCR_ELx

2022-06-02 Thread Richard Henderson
These cpregs control the streaming vector length and whether the full a64 instruction set is allowed while in streaming mode. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 8 ++-- target/arm/helper.c | 41 + 2 files changed, 47 insertions