qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 13/26] s390x/tcg: Implement 32/128 bit for VECTOR FP (ADD|


From: Richard Henderson
Subject: Re: [PATCH v2 13/26] s390x/tcg: Implement 32/128 bit for VECTOR FP (ADD|DIVIDE|MULTIPLY|SUBTRACT)
Date: Thu, 3 Jun 2021 10:32:10 -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:
In case of 128bit, we always have a single element. Add new helpers for
reading/writing 32/128 bit floats.

Signed-off-by: David Hildenbrand<david@redhat.com>
---
  target/s390x/helper.h           |  8 ++++
  target/s390x/translate_vx.c.inc | 85 +++++++++++++++++++++++++++++----
  target/s390x/vec_fpu_helper.c   | 74 ++++++++++++++++++++++++++--
  3 files changed, 153 insertions(+), 14 deletions(-)

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

r~



reply via email to

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