target/loongarch: Implement xvbitsel xvset
commitf3dfcc8b2334dad831e2bfd9a69ee02dbd6f9eb3
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:38 +0000 (14 10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 06:33:42 +0000 (20 14:33 +0800)
tree9e5b6fbe4c554293f74e3ddc83d45b334b368279
parent3eeda5fe4e95eef91dd87074388d844133623a86
target/loongarch: Implement xvbitsel xvset

This patch includes:
- XVBITSEL.V;
- XVBITSELI.B;
- XVSET{EQZ/NEZ}.V;
- XVSETANYEQZ.{B/H/W/D};
- XVSETALLNEZ.{B/H/W/D}.

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