OSDN Git Service

target/loongarch: Implement vilvl vilvh vextrins vshuf
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:28:06 +0000 (20:28 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:49 +0000 (11:19 +0800)
commite93dd43147351290ec1eac83e04cfc0a7f641d63
treec148956f26f12c5de2c50b7126b8d52ab68127f1
parentd5e5563cb376061e8d2ded74c0212f3f307eb2f9
target/loongarch: Implement vilvl vilvh vextrins vshuf

This patch includes:
- VILV{L/H}.{B/H/W/D};
- VSHUF.{B/H/W/D};
- VSHUF4I.{B/H/W/D};
- VPERMI.W;
- VEXTRINS.{B/H/W/D}.

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