qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 3/7] target/sparc: Fix FMUL8x16


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 3/7] target/sparc: Fix FMUL8x16
Date: Fri, 3 May 2024 20:31:14 +0200
User-agent: Mozilla Thunderbird

On 2/5/24 18:55, Richard Henderson wrote:
This instruction has f32 as source1, which alters the
decoding of the register number, which means we've been
passing the wrong data for odd register numbers.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  target/sparc/helper.h     |  2 +-
  target/sparc/translate.c  | 21 ++++++++++++++++++++-
  target/sparc/vis_helper.c |  9 +++++----
  3 files changed, 26 insertions(+), 6 deletions(-)

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




reply via email to

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