OSDN Git Service

target/loongarch: Implement xvreplve xvinsve0 xvpickve
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:40 +0000 (10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 06:33:42 +0000 (14:33 +0800)
commitdf97f3380760da333010a7752b29c4e575efa286
treed867c9cf3ded54bdf0bfd192c8319f8e3154c68d
parentf5ce2c8f2c0a9c95b76984b520fe77fa2ff16f3e
target/loongarch: Implement xvreplve xvinsve0 xvpickve

This patch includes:
- XVREPLVE.{B/H/W/D};
- XVREPL128VEI.{B/H/W/D};
- XVREPLVE0.{B/H/W/D/Q};
- XVINSVE0.{W/D};
- XVPICKVE.{W/D};
- XVBSLL.V, XVBSRL.V.

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