qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 15/17] target-openrisc: Fix madd


From: Bastian Koppelmann
Subject: Re: [Qemu-devel] [PATCH 15/17] target-openrisc: Fix madd
Date: Sun, 13 Sep 2015 10:21:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0



On 09/03/2015 02:17 AM, Richard Henderson wrote:
Note that the specification for lf.madd.s is confused.  It's
the only mention of supposed FPMADDHI/FPMADDLO special registers.
On the other hand, or1ksim implements a somewhat normal non-fused
multiply and add.  Mirror that.

Signed-off-by: Richard Henderson <address@hidden>
---
  target-openrisc/cpu.h        |  3 --
  target-openrisc/fpu_helper.c | 68 ++++++++++++++++----------------------------
  target-openrisc/helper.h     |  7 ++---
  target-openrisc/translate.c  | 13 +++------
  4 files changed, 30 insertions(+), 61 deletions(-)


Reviewed-by: Bastian Koppelmann <address@hidden>

Cheers,
Bastian



reply via email to

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