qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH v4 37/44] target/loongarch: Implement vbitsel vset


From: Richard Henderson
Subject: Re: [RFC PATCH v4 37/44] target/loongarch: Implement vbitsel vset
Date: Mon, 1 May 2023 19:39:41 +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:
- VBITSEL.V;
- VBITSELI.B;
- VSET{EQZ/NEZ}.V;
- VSETANYEQZ.{B/H/W/D};
- VSETALLNEZ.{B/H/W/D}.

Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/disas.c                    | 20 ++++++
  target/loongarch/helper.h                   | 11 +++
  target/loongarch/insn_trans/trans_lsx.c.inc | 74 +++++++++++++++++++++
  target/loongarch/insns.decode               | 17 +++++
  target/loongarch/lsx_helper.c               | 52 +++++++++++++++
  5 files changed, 174 insertions(+)

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

r~



reply via email to

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