qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 10/23] target/loongarch: Scrutinise TCG float translation


From: Richard Henderson
Subject: Re: [PATCH v2 10/23] target/loongarch: Scrutinise TCG float translation for 32 bit build
Date: Thu, 26 Dec 2024 14:11:58 -0800
User-agent: Mozilla Thunderbird

On 12/26/24 13:19, Jiaxun Yang wrote:
All float computations are kept to be 64 bit, fix types for various TCGv.

Performing TCGv type conversion as necessary when interaction with GPR
happens.

Signed-off-by: Jiaxun Yang<jiaxun.yang@flygoat.com>
---
  target/loongarch/tcg/insn_trans/trans_farith.c.inc | 53 +++++++-------
  target/loongarch/tcg/insn_trans/trans_fcmp.c.inc   | 16 ++---
  .../loongarch/tcg/insn_trans/trans_fmemory.c.inc   | 34 ++++-----
  target/loongarch/tcg/insn_trans/trans_fmov.c.inc   | 83 ++++++++++++----------
  target/loongarch/tcg/translate.c                   |  6 +-
  5 files changed, 99 insertions(+), 93 deletions(-)

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

r~



reply via email to

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