]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Implement vdiv/vmod
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:27:42 +0000 (20:27 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:46 +0000 (11:19 +0800)
commit4cc4c0f78b5798836714dffd75486e71237132fa
tree01f8d554d0c5d4320902f7a7df5e345e76df46a6
parentd3aec65bc14594331c062d98f38448186b0ae693
target/loongarch: Implement vdiv/vmod

This patch includes:
- VDIV.{B/H/W/D}[U];
- VMOD.{B/H/W/D}[U].

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