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

2022-12-24 Thread Richard Henderson
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 --- target/loongarch/disas.c| 34 +++ target/loongarch/helper.h | 12 + target/loongarch/insn_trans/trans_lsx.c.i

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

2022-12-24 Thread Song Gao
This patch includes: - VLD[X], VST[X]; - VLDREPL.{B/H/W/D}; - VSTELM.{B/H/W/D}. Signed-off-by: Song Gao --- target/loongarch/disas.c| 34 +++ target/loongarch/helper.h | 12 + target/loongarch/insn_trans/trans_lsx.c.inc | 75 ++ target/loongarch/insns