qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 03/26] s390x/tcg: Simplify vop64_3() handling


From: Richard Henderson
Subject: Re: [PATCH v2 03/26] s390x/tcg: Simplify vop64_3() handling
Date: Thu, 3 Jun 2021 10:10:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 5/17/21 7:27 AM, David Hildenbrand wrote:
Let's simplify, reworking our handler generation, passing the whole "m5"
register content and not providing specialized handlers for "se", and
reading/writing proper float64 values using new helpers.

Suggested-by: Richard Henderson<richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand<david@redhat.com>
---
  target/s390x/helper.h           |  4 --
  target/s390x/translate_vx.c.inc | 11 ++--
  target/s390x/vec_fpu_helper.c   | 94 +++++++++------------------------
  3 files changed, 30 insertions(+), 79 deletions(-)

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

r~



reply via email to

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