Re: [PATCH v3 34/51] target/arm: Implement PSEL

2022-06-24 Thread Peter Maydell
On Mon, 20 Jun 2022 at 19:14, Richard Henderson wrote: > > Signed-off-by: Richard Henderson Would be helpful to note in the commit message that this is an SVE instruction that operates using the SVE vector length but that it is present only if SME is implemented. > +static bool trans_PSEL(Disas

[PATCH v3 34/51] target/arm: Implement PSEL

2022-06-20 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/arm/sve.decode | 20 + target/arm/translate-sve.c | 57 ++ 2 files changed, 77 insertions(+) diff --git a/target/arm/sve.decode b/target/arm/sve.decode index bbdaac6ac7..bf561c270a 100644 --- a/targe