OSDN Git Service

target/loongarch: Implement xvbitclr xvbitset xvbitrev
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:32 +0000 (10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 06:33:41 +0000 (14:33 +0800)
commit1b3e242f72c5b4cca00309f1cf644a019a24c784
tree6ad73433310f396e9556332b24d0081b3790b545
parent956dec74b75b2ee58be9a856eb3a9c3c8b42904f
target/loongarch: Implement xvbitclr xvbitset xvbitrev

This patch includes:
- XVBITCLR[I].{B/H/W/D};
- XVBITSET[I].{B/H/W/D};
- XVBITREV[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-45-gaosong@loongson.cn>
target/loongarch/disas.c
target/loongarch/insn_trans/trans_vec.c.inc
target/loongarch/insns.decode
target/loongarch/vec_helper.c