Re: [Qemu-devel] ARM: SVE issue in cmpeq/cmpne

2018-07-30 Thread Richard Henderson
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~



[Qemu-devel] ARM: SVE issue in cmpeq/cmpne

2018-07-30 Thread Laurent Desnogues
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.

Thanks,

Laurent