target/loongarch: Implement vld vst
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:28:07 +0000 (20:28 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:49 +0000 (11:19 +0800)
commit843b627a395a8f6cda8a717c5c8b081358b9d711
tree2b8dd139640cc8873dc8d9aedb170dee4b5357dc
parente93dd43147351290ec1eac83e04cfc0a7f641d63
target/loongarch: Implement vld vst

This patch includes:
- VLD[X], VST[X];
- VLDREPL.{B/H/W/D};
- VSTELM.{B/H/W/D}.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230504122810.4094787-42-gaosong@loongson.cn>
target/loongarch/disas.c
target/loongarch/insn_trans/trans_lsx.c.inc
target/loongarch/insns.decode
target/loongarch/translate.c