qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 42/43] target/loongarch: Implement vld vst


From: Richard Henderson
Subject: Re: [RFC PATCH 42/43] target/loongarch: Implement vld vst
Date: Sat, 24 Dec 2022 13:15:56 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 12/24/22 00:16, Song Gao wrote:
This patch includes:
- VLD[X], VST[X];
- VLDREPL.{B/H/W/D};
- VSTELM.{B/H/W/D}.

Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/disas.c                    |  34 +++
  target/loongarch/helper.h                   |  12 +
  target/loongarch/insn_trans/trans_lsx.c.inc |  75 ++++++
  target/loongarch/insns.decode               |  36 +++
  target/loongarch/lsx_helper.c               | 266 ++++++++++++++++++++
  target/loongarch/translate.c                |  10 +
  6 files changed, 433 insertions(+)

This whole thing will be much simplified with TCGv_i128 load/store.
That patch set is still in flight, but should land soon...


r~



reply via email to

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