target/loongarch: Implement xvshuf xvperm{i} xvshuf4i
commit513e88a24dedee946b0a16f12dbf76fb540a8a57
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:42 +0000 (14 10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 06:33:42 +0000 (20 14:33 +0800)
treeae74a8fdf7cbf40bed5c525d101ba313ad7b0e45
parentad2921482c2b3452b0c611b96c8e46f5c2616241
target/loongarch: Implement xvshuf xvperm{i} xvshuf4i

This patch includes:
- XVSHUF.{B/H/W/D};
- XVPERM.W;
- XVSHUF4i.{B/H/W/D};
- XVPERMI.{W/D/Q};
- XVEXTRINS.{B/H/W/D}.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230914022645.1151356-55-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