Re: [PATCH RFC] target/arm: Implement SVE2 SPLICE, EXT

2020-04-24 Thread Richard Henderson
On 4/23/20 11:03 AM, Stephen Long wrote: > Signed-off-by: Stephen Long > > I'm not sure I can just use the SVE helper functions for the SVE2 > variants of EXT and SPLICE. Absolutely. The new insns are functionally identical to movprfx + the old insn. I presume the new insns were added for

[PATCH RFC] target/arm: Implement SVE2 SPLICE, EXT

2020-04-23 Thread Stephen Long
Signed-off-by: Stephen Long I'm not sure I can just use the SVE helper functions for the SVE2 variants of EXT and SPLICE. --- target/arm/sve.decode | 8 target/arm/translate-sve.c | 39 +- 2 files changed, 42 insertions(+), 5 deletions(-) diff