[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] ARM: SVE issue in cmpeq/cmpne
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] ARM: SVE issue in cmpeq/cmpne |
Date: |
Mon, 30 Jul 2018 12:13:15 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 07/30/2018 10:20 AM, Laurent Desnogues wrote:
> Hello Richard,
>
> According to SVE definition, the operands of cmpeq/cmpne SVE
> instructions are signed, so I guess the definitions of
> sve_cmpeq_ppzw_[bhs] and sve_cmpne_ppzw_[bhs] should use signed types.
> The other cmpcc instructions look good.
Good catch, thanks.
r~