]> 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>
Sat, 22 Mar 2025 07:52:51 +0000 (10:52 +0300)
commit79600085615561420deddf330680e9914ffa9322
treee50bb302ca7f62682ff96ce48e355142270755bb
parente4246579107450bdc21bf75e1f7196202d41f756
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/insn_trans/trans_vec.c.inc