]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Fix vldi inst
authorGuo Hongyu <guohongyu24@mails.ucas.ac.cn>
Thu, 19 Dec 2024 12:23:11 +0000 (20:23 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 18 Mar 2025 06:02:48 +0000 (09:02 +0300)
commitbb50cc9e75dc6078bbe90fca804f6d49b6eb4a2a
tree0164c3abcc9bd6447fef44fb48c76dfe4a1f489f
parentd08e538de8cfe9e3de4de60a6663996ce9048cc8
target/loongarch: Fix vldi inst

Refer to the link below for a description of the vldi instructions:
https://jia.je/unofficial-loongarch-intrinsics-guide/lsx/misc/#synopsis_88
Fixed errors in vldi instruction implementation.

Signed-off-by: Guo Hongyu <guohongyu24@mails.ucas.ac.cn>
Tested-by: Xianglai Li <lixianglai@loongson.cn>
Signed-off-by: Xianglai Li <lixianglai@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
(cherry picked from commit 02ce6cea71be4f6774351f5e658d50044c5b53b2)
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2865
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/loongarch/tcg/insn_trans/trans_vec.c.inc