[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4] target/arm: Implement SVE2 MATCH, NMATCH
From: |
Richard Henderson |
Subject: |
Re: [PATCH v4] target/arm: Implement SVE2 MATCH, NMATCH |
Date: |
Wed, 15 Apr 2020 11:25:31 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
On 4/15/20 7:59 AM, Stephen Long wrote:
> Signed-off-by: Stephen Long <address@hidden>
> ---
> 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 changed, 96 insertions(+)
Thanks. Added to my sve2 branch.
r~