qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stephen Long
Subject: [PATCH 0/4] target/arm: Implement last SVE2 narrowing section
Date: Fri, 17 Apr 2020 12:22:27 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]