qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 16/23] s390x/tcg: Implement VECTOR FP MULTIPL


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v1 16/23] s390x/tcg: Implement VECTOR FP MULTIPLY AND (ADD|SUBTRACT)
Date: Fri, 31 May 2019 12:42:16 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

On 5/31/19 5:44 AM, David Hildenbrand wrote:
> +typedef uint64_t (*vop64_4_fn)(uint64_t a, uint64_t b, uint64_t c,
> +                               float_status *s);
> +static void vop64_4(S390Vector *v1, const S390Vector *v2, const S390Vector 
> *v3,
> +                    const S390Vector *v4, CPUS390XState *env, bool s,
> +                    vop64_4_fn fn, uintptr_t retaddr)
> +{

Surely this is only going to be used for FMA/FMS.
Why not just pass in the float_muladd_* constant
to pass on to float64_muladd?


r~



reply via email to

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