target/loongarch: Implement vext2xv
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:18 +0000 (10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 03:43:13 +0000 (11:43 +0800)
commit790acb2a432ead067d6c1a0fc8430d29aa58e4ab
treef54136b830684d5f277b23d8fc7d19d40d6b41d6
parentf0db0beb802749b23d923b28e434853f687fc179
target/loongarch: Implement vext2xv

This patch includes:
- VEXT2XV.{H/W/D}.B, VEXT2XV.{HU/WU/DU}.BU;
- VEXT2XV.{W/D}.B, VEXT2XV.{WU/DU}.HU;
- VEXT2XV.D.W, VEXT2XV.DU.WU.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230914022645.1151356-31-gaosong@loongson.cn>
target/loongarch/disas.c
target/loongarch/helper.h
target/loongarch/insn_trans/trans_vec.c.inc
target/loongarch/insns.decode
target/loongarch/vec_helper.c