target/loongarch: Implement vbitsel vset
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:28:03 +0000 (20:28 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:49 +0000 (11:19 +0800)
commitd0dfa19a7b67e328d4d0a9f4460c79f3e31402da
tree852ac928ca1666504ad72064f0142cd9dcbe80ea
parent386c4e86d016eabb4be3d70af38a140892bbd8c7
target/loongarch: Implement vbitsel vset

This patch includes:
- VBITSEL.V;
- VBITSELI.B;
- VSET{EQZ/NEZ}.V;
- VSETANYEQZ.{B/H/W/D};
- VSETALLNEZ.{B/H/W/D}.

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