qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v2 34/44] target/loongarch: Implement LSX fpu arith instr


From: Richard Henderson
Subject: Re: [RFC PATCH v2 34/44] target/loongarch: Implement LSX fpu arith instructions
Date: Sat, 1 Apr 2023 22:19:46 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 3/27/23 20:06, Song Gao wrote:
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}.

Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/cpu.h                      |   4 +
  target/loongarch/disas.c                    |  46 +++++
  target/loongarch/fpu_helper.c               |   2 +-
  target/loongarch/helper.h                   |  41 +++++
  target/loongarch/insn_trans/trans_lsx.c.inc |  55 ++++++
  target/loongarch/insns.decode               |  43 +++++
  target/loongarch/internals.h                |   1 +
  target/loongarch/lsx_helper.c               | 187 ++++++++++++++++++++
  8 files changed, 378 insertions(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]