[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v1 1/2] target-ppc: Add xvtstdc[sp, dp] instructio
From: |
Nikunj A Dadhania |
Subject: |
Re: [Qemu-ppc] [PATCH v1 1/2] target-ppc: Add xvtstdc[sp, dp] instructions |
Date: |
Fri, 13 Jan 2017 09:56:23 +0530 |
User-agent: |
Notmuch/0.21 (https://notmuchmail.org) Emacs/25.0.94.1 (x86_64-redhat-linux-gnu) |
Richard Henderson <address@hidden> writes:
> On 01/12/2017 07:54 PM, Nikunj A Dadhania wrote:
>> + uint32_t match = 0; \
>> + \
>> + getVSR(xbn, &xb, env); \
>> + memset(&xt, 0, sizeof(xt)); \
>> + dcmx = DCMX_XV(opcode); \
>> + \
>> + for (i = 0; i < nels; i++) { \
>> + sign = tp##_is_neg(xb.fld); \
>> + if (tp##_is_any_nan(xb.fld)) { \
>> + match = extract32(dcmx, 6, 1); \
>
> Failing to clear match for each elt.
Oops, will send an update :(
Regards,
Nikunj