qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH v3 35/44] target/loongarch: Implement vseq vsle vslt


From: Richard Henderson
Subject: Re: [RFC PATCH v3 35/44] target/loongarch: Implement vseq vsle vslt
Date: Mon, 24 Apr 2023 16:49:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 4/20/23 09:07, Song Gao wrote:
This patch includes:
- VSEQ[I].{B/H/W/D};
- VSLE[I].{B/H/W/D}[U];
- VSLT[I].{B/H/W/D/}[U].

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

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

r~



reply via email to

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