]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Implement xvadd/xvsub
authorSong Gao <gaosong@loongson.cn>
Thu, 14 Sep 2023 02:26:02 +0000 (10:26 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 20 Sep 2023 03:43:11 +0000 (11:43 +0800)
commit269ca39a7d7820e629dcd0f614434f2f0e302bac
tree095f33cb26fc5ff677226573a69078d6e2bd4c2c
parentcf61aef308a51978fe6902d7e9e96f61901e52ce
target/loongarch: Implement xvadd/xvsub

This patch includes:
- XVADD.{B/H/W/D/Q};
- XVSUB.{B/H/W/D/Q}.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230914022645.1151356-15-gaosong@loongson.cn>
target/loongarch/disas.c
target/loongarch/insn_trans/trans_vec.c.inc
target/loongarch/insns.decode
target/loongarch/translate.c