mbox series

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

Message ID 20180228164816.24110-1-richard.henderson@linaro.org
Headers show
Series ARM additions for v8.1-simd and v8.3-compnum | expand

Message

Richard Henderson Feb. 28, 2018, 4:48 p.m. UTC
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

Comments

Peter Maydell March 1, 2018, 11:50 a.m. UTC | #1
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