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<gaos...@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~