qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH v4 14/44] target/loongarch: Implement vmul/vmuh/vmulw{ev/


From: Richard Henderson
Subject: Re: [RFC PATCH v4 14/44] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
Date: Mon, 1 May 2023 19:34:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 4/25/23 08:02, Song Gao wrote:
This patch includes:
- VMUL.{B/H/W/D};
- VMUH.{B/H/W/D}[U];
- VMULW{EV/OD}.{H.B/W.H/D.W/Q.D}[U];
- VMULW{EV/OD}.{H.BU.B/W.HU.H/D.WU.W/Q.DU.D}.

Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/disas.c                    |  38 ++
  target/loongarch/helper.h                   |  30 ++
  target/loongarch/insn_trans/trans_lsx.c.inc | 550 ++++++++++++++++++++
  target/loongarch/insns.decode               |  38 ++
  target/loongarch/lsx_helper.c               |  76 +++
  5 files changed, 732 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

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