Re: [Qemu-devel] [PATCH 5/6] target-ppc: add vector compare not equal instructions

2016-09-28 Thread David Gibson
On Wed, Sep 28, 2016 at 11:15:17AM +0530, Rajalakshmi Srinivasaraghavan wrote: > The following vector compare not equal instructions are added from ISA 3.0. > > vcmpneb - Vector Compare Not Equal Byte > vcmpneh - Vector Compare Not Equal Halfword > vcmpnew - Vector Compare Not Equal Word > > Sign

Re: [Qemu-devel] [PATCH 5/6] target-ppc: add vector compare not equal instructions

2016-09-28 Thread Richard Henderson
On 09/27/2016 10:45 PM, Rajalakshmi Srinivasaraghavan wrote: > The following vector compare not equal instructions are added from ISA 3.0. > > vcmpneb - Vector Compare Not Equal Byte > vcmpneh - Vector Compare Not Equal Halfword > vcmpnew - Vector Compare Not Equal Word > > Signed-off-by: Rajalak

[Qemu-devel] [PATCH 5/6] target-ppc: add vector compare not equal instructions

2016-09-27 Thread Rajalakshmi Srinivasaraghavan
The following vector compare not equal instructions are added from ISA 3.0. vcmpneb - Vector Compare Not Equal Byte vcmpneh - Vector Compare Not Equal Halfword vcmpnew - Vector Compare Not Equal Word Signed-off-by: Rajalakshmi Srinivasaraghavan --- target-ppc/helper.h |6 +++