]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Implement vfcmp
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:28:02 +0000 (20:28 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:49 +0000 (11:19 +0800)
commit386c4e86d016eabb4be3d70af38a140892bbd8c7
tree0b733e78e7931d4b4dfbcd2cce5b0c06b99ee103
parentf435e1e5af02f72737a397b2f408fc20dfc8b0a0
target/loongarch: Implement vfcmp

This patch includes:
- VFCMP.cond.{S/D}.

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