]> git.proxmox.com Git - mirror_qemu.git/commit - target/loongarch/disas.c
target/loongarch: Implement LSX fpu arith instructions
authorSong Gao <gaosong@loongson.cn>
Thu, 4 May 2023 12:27:59 +0000 (20:27 +0800)
committerSong Gao <gaosong@loongson.cn>
Sat, 6 May 2023 03:19:48 +0000 (11:19 +0800)
commitaca67472d2bc236a4b4b85780925cd064a9dc16f
treeb731c7f5c2f65223eafb191a9ab5f8dfef53d14f
parentac95a0b975583de1ea70e03b70b8c866c109324c
target/loongarch: Implement LSX fpu arith instructions

This patch includes:
- VF{ADD/SUB/MUL/DIV}.{S/D};
- VF{MADD/MSUB/NMADD/NMSUB}.{S/D};
- VF{MAX/MIN}.{S/D};
- VF{MAXA/MINA}.{S/D};
- VFLOGB.{S/D};
- VFCLASS.{S/D};
- VF{SQRT/RECIP/RSQRT}.{S/D}.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20230504122810.4094787-34-gaosong@loongson.cn>
target/loongarch/cpu.h
target/loongarch/disas.c
target/loongarch/fpu_helper.c
target/loongarch/helper.h
target/loongarch/insn_trans/trans_lsx.c.inc
target/loongarch/insns.decode
target/loongarch/internals.h
target/loongarch/lsx_helper.c