Re: [PATCH v4] target/arm: Implement SVE2 MATCH, NMATCH

2020-04-15 Thread Richard Henderson
On 4/15/20 7:59 AM, Stephen Long wrote: > Signed-off-by: Stephen Long > --- > Whoops, forgot to complete the comment for do_match2() > > target/arm/helper-sve.h| 10 +++ > target/arm/sve.decode | 5 > target/arm/sve_helper.c| 59 ++ > ta

[PATCH v4] target/arm: Implement SVE2 MATCH, NMATCH

2020-04-15 Thread Stephen Long
Signed-off-by: Stephen Long --- Whoops, forgot to complete the comment for do_match2() target/arm/helper-sve.h| 10 +++ target/arm/sve.decode | 5 target/arm/sve_helper.c| 59 ++ target/arm/translate-sve.c | 22 ++ 4 files ch