qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 12/21] target/loongarch: Add floating point conversion ins


From: Richard Henderson
Subject: Re: [PATCH v4 12/21] target/loongarch: Add floating point conversion instruction translation
Date: Sun, 5 Sep 2021 11:29:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 9/2/21 2:40 PM, Song Gao wrote:
This patch implement floating point conversion instruction translation.

This includes:
- FCVT.S.D, FCVT.D.S
- FFINT.{S/D}.{W/L}, FTINT.{W/L}.{S/D}
- FTINT{RM/RP/RZ/RNE}.{W/L}.{S/D}
- FRINT.{S/D}

Signed-off-by: Song Gao<gaosong@loongson.cn>
Signed-off-by: XiaoJuan Yang<yangxiaojuan@loongson.cn>
---
  target/loongarch/fpu_helper.c            | 393 +++++++++++++++++++++++++++++++
  target/loongarch/helper.h                |  29 +++
  target/loongarch/insn_trans/trans_fcnv.c |  36 +++
  target/loongarch/insns.decode            |  32 +++
  target/loongarch/translate.c             |   1 +
  5 files changed, 491 insertions(+)
  create mode 100644 target/loongarch/insn_trans/trans_fcnv.c

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

r~



reply via email to

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