qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH RESEND v5 19/57] target/loongarch: Implement xvhaddw/xvhsubw


From: Richard Henderson
Subject: Re: [PATCH RESEND v5 19/57] target/loongarch: Implement xvhaddw/xvhsubw
Date: Mon, 11 Sep 2023 14:20:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0

On 9/7/23 01:31, Song Gao wrote:
This patch includes:
- XVHADDW.{H.B/W.H/D.W/Q.D/HU.BU/WU.HU/DU.WU/QU.DU};
- XVHSUBW.{H.B/W.H/D.W/Q.D/HU.BU/WU.HU/DU.WU/QU.DU}.

Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/insns.decode               | 18 +++++++++++
  target/loongarch/disas.c                    | 17 +++++++++++
  target/loongarch/vec_helper.c               | 34 ++++++++++++++++-----
  target/loongarch/insn_trans/trans_vec.c.inc | 26 ++++++++++++++++
  4 files changed, 88 insertions(+), 7 deletions(-)

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

r~



reply via email to

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