[PATCH 0/4] target/arm: Implement last SVE2 narrowing section

Stephen Long posted 4 patches 4 years ago
Failed in applying to current master (apply log)
target/arm/helper-sve.h    | 32 ++++++++++++++++++
target/arm/sve.decode      | 11 +++++++
target/arm/sve_helper.c    | 66 ++++++++++++++++++++++++++++++++++++++
target/arm/translate-sve.c | 20 ++++++++++++
4 files changed, 129 insertions(+)
[PATCH 0/4] target/arm: Implement last SVE2 narrowing section
Posted by Stephen Long 4 years ago
Submitting patches for the section 'SVE2 integer add/subtract narrow
high part' for early review.

Stephen Long (4):
  target/arm: Implement SVE2 ADDHNB, ADDHNT
  target/arm: Implement SVE2 RADDHNB, RADDHNT
  target/arm: Implement SVE2 SUBHNB, SUBHNT
  target/arm: Implement SVE2 RSUBHNB, RSUBHNT

 target/arm/helper-sve.h    | 32 ++++++++++++++++++
 target/arm/sve.decode      | 11 +++++++
 target/arm/sve_helper.c    | 66 ++++++++++++++++++++++++++++++++++++++
 target/arm/translate-sve.c | 20 ++++++++++++
 4 files changed, 129 insertions(+)

-- 
2.17.1


Re: [PATCH 0/4] target/arm: Implement last SVE2 narrowing section
Posted by Richard Henderson 4 years ago
On 4/17/20 9:22 AM, Stephen Long wrote:
> Submitting patches for the section 'SVE2 integer add/subtract narrow
> high part' for early review.
> 
> Stephen Long (4):
>   target/arm: Implement SVE2 ADDHNB, ADDHNT
>   target/arm: Implement SVE2 RADDHNB, RADDHNT
>   target/arm: Implement SVE2 SUBHNB, SUBHNT
>   target/arm: Implement SVE2 RSUBHNB, RSUBHNT

Thanks.  Applied to my SVE2 branch.


r~