qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v6 54/57] target/loongarch: Implement xvshuf xvperm{i} xvshuf


From: Richard Henderson
Subject: Re: [PATCH v6 54/57] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i
Date: Sat, 16 Sep 2023 07:05:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 9/16/23 00:55, gaosong wrote:
Hi, Richard

Could you review this patch?  it's the lastet patch no review.

Thanks.
Song Gao


在 2023/9/14 上午10:26, Song Gao 写道:
This patch includes:
- XVSHUF.{B/H/W/D};
- XVPERM.W;
- XVSHUF4i.{B/H/W/D};
- XVPERMI.{W/D/Q};
- XVEXTRINS.{B/H/W/D}.

Signed-off-by: Song Gao <gaosong@loongson.cn>
---
  target/loongarch/helper.h                   |   3 +
  target/loongarch/insns.decode               |  21 +++
  target/loongarch/disas.c                    |  21 +++
  target/loongarch/vec_helper.c               | 146 ++++++++++++++------
  target/loongarch/insn_trans/trans_vec.c.inc |  30 +++-
  5 files changed, 175 insertions(+), 46 deletions(-)

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


r~



reply via email to

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