[Qemu-devel] [RISU 0/3] ARM additions for v8.1-simd and v8.3-compnum

Richard Henderson posted 3 patches 7 years, 7 months ago
Failed in applying to current master (apply log)
aarch64.risu | 37 +++++++++++++++++++++++++++++++++++++
arm.risu     | 25 +++++++++++++++++++++++++
thumb.risu   | 25 +++++++++++++++++++++++++
3 files changed, 87 insertions(+)
[Qemu-devel] [RISU 0/3] ARM additions for v8.1-simd and v8.3-compnum
Posted by Richard Henderson 7 years, 7 months ago
I've rebased these onto master.  There don't seem to be any
consistent examples of how extensions are to be named in this
new group-enabled world, but it's my opinion that the bike
shed should be green.

Since fp16 support is not yet present on the AArch32 side,
I have disabled generation of those instructions here.


r~


Richard Henderson (3):
  Add aa64 sqrdml[as]h
  Add aa64 fcadd + fcmla
  Add arm and thumb vqrdml[as]h, vcadd, vcmla

 aarch64.risu | 37 +++++++++++++++++++++++++++++++++++++
 arm.risu     | 25 +++++++++++++++++++++++++
 thumb.risu   | 25 +++++++++++++++++++++++++
 3 files changed, 87 insertions(+)

-- 
2.14.3


Re: [Qemu-devel] [Qemu-arm] [RISU 0/3] ARM additions for v8.1-simd and v8.3-compnum
Posted by Peter Maydell 7 years, 7 months ago
On 28 February 2018 at 16:48, Richard Henderson
<richard.henderson@linaro.org> wrote:
> I've rebased these onto master.  There don't seem to be any
> consistent examples of how extensions are to be named in this
> new group-enabled world, but it's my opinion that the bike
> shed should be green.
>
> Since fp16 support is not yet present on the AArch32 side,
> I have disabled generation of those instructions here.

Applied to risu master, thanks.

-- PMM