qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 42/48] target/loongarch: Implement xvbitsel xvset


From: Richard Henderson
Subject: Re: [PATCH v4 42/48] target/loongarch: Implement xvbitsel xvset
Date: Wed, 30 Aug 2023 17:32:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 8/30/23 01:48, Song Gao wrote:
This patch includes:
- XVBITSEL.V;
- XVBITSELI.B;
- XVSET{EQZ/NEZ}.V;
- XVSETANYEQZ.{B/H/W/D};
- XVSETALLNEZ.{B/H/W/D}.

Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/helper.h                    | 16 +++----
  target/loongarch/insns.decode                | 15 +++++++
  target/loongarch/disas.c                     | 19 ++++++++
  target/loongarch/vec_helper.c                | 40 ++++++++++-------
  target/loongarch/insn_trans/trans_lasx.c.inc | 46 ++++++++++++++++++++
  target/loongarch/insn_trans/trans_lsx.c.inc  | 44 +++++++++----------
  6 files changed, 134 insertions(+), 46 deletions(-)

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

r~



reply via email to

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