]> git.proxmox.com Git - mirror_qemu.git/commit - target/loongarch/disas.c
target/loongarch: Implement xvsll xvsrl xvsra xvrotr
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:23 +0000 (10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 06:33:40 +0000 (14:33 +0800)
commitad6dc7189ac0a969e784aecebaf14c78b31c1ffc
tree109aaad3bb18cb5376e6b757137fcae3a2f630fa
parent4472a45a084f7cd685ca52fa5d88abfad9be6e45
target/loongarch: Implement xvsll xvsrl xvsra xvrotr

This patch includes:
- XVSLL[I].{B/H/W/D};
- XVSRL[I].{B/H/W/D};
- XVSRA[I].{B/H/W/D};
- XVROTR[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-36-gaosong@loongson.cn>
target/loongarch/disas.c
target/loongarch/insn_trans/trans_vec.c.inc
target/loongarch/insns.decode