]> git.proxmox.com Git - mirror_qemu.git/commit - target/loongarch/disas.c
target/loongarch: Implement vexth
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:27:44 +0000 (20:27 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:46 +0000 (11:19 +0800)
commit3734ad9370db62c178faea9a714b69268b39d3d0
tree8c38371fd0afa5b4637baef5d94d3d997e748548
parentcbe44190cce12d62d5867d31a7348fee684c9ed1
target/loongarch: Implement vexth

This patch includes:
- VEXTH.{H.B/W.H/D.W/Q.D};
- VEXTH.{HU.BU/WU.HU/DU.WU/QU.DU}.

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