target/loongarch: Implement vsrln vsran
commitd79fb8ddcda09ab8e5b7ebdaf992b9b3169079b2
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:27:51 +0000 (4 20:27 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:47 +0000 (6 11:19 +0800)
tree7c3cfc1f54d4a897f22dbe56e3c6e5565c279f4c
parentecb93716750d748517d699e0c9d1ecd733b7ae7c
target/loongarch: Implement vsrln vsran

This patch includes:
- VSRLN.{B.H/H.W/W.D};
- VSRAN.{B.H/H.W/W.D};
- VSRLNI.{B.H/H.W/W.D/D.Q};
- VSRANI.{B.H/H.W/W.D/D.Q}.

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