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.hender...@linaro.org>
Signed-off-by: David Hildenbrand<da...@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.hender...@linaro.org>
r~