qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 05/22] target/sparc: Inline FNEG, FABS


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 05/22] target/sparc: Inline FNEG, FABS
Date: Tue, 30 Jan 2024 09:04:14 +0100
User-agent: Mozilla Thunderbird

On 3/11/23 18:38, Richard Henderson wrote:
These are simple bit manipulation insns.
Begin using i128 for float128.
Implement FMOVq with do_qq.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  target/sparc/helper.h     |  6 ----
  target/sparc/fop_helper.c | 34 ---------------------
  target/sparc/translate.c  | 62 +++++++++++++++++++--------------------
  3 files changed, 30 insertions(+), 72 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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