target/loongarch: Implement xvsrlr xvsrar
commit8c272fe8f489b07d88dac681150ab1692807c2e8
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:25 +0000 (14 10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 06:33:40 +0000 (20 14:33 +0800)
treebfd4b7ee0ab2cf7e5da462093d5a49b0822e40e4
parent6567eac7f7b0cd8f3a3648ea35a85f3da28b6b8c
target/loongarch: Implement xvsrlr xvsrar

This patch includes:
- XVSRLR[I].{B/H/W/D};
- XVSRAR[I].{B/H/W/D}.

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