Re: [RFC PATCH v4 41/44] target/loongarch: Implement vld vst
On 4/25/23 08:02, Song Gao wrote: +tcg_gen_qemu_ld_i128(val, addr, ctx->mem_idx, MO_128); You need MO_128 | MO_TE, here and elsewhere. This will make things correct for big-endian hosts. Otherwise, Reviewed-by: Richard Henderson r~
[RFC PATCH v4 41/44] target/loongarch: Implement vld vst
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/insn_trans/trans_lsx.c.inc | 159 target/loongarch/insns.decode | 36 + ta