Re: [Qemu-devel] [PATCH v3 2/5] target-ppc: add vector extract instructions

2016-08-15 Thread David Gibson
On Thu, Aug 11, 2016 at 01:06:45PM +0530, Rajalakshmi Srinivasaraghavan wrote: > The following vector extract instructions are added from ISA 3.0. > > vextractub - Vector Extract Unsigned Byte > vextractuh - Vector Extract Unsigned Halfword > vextractuw - Vector Extract Unsigned Word > vextractd -

[Qemu-devel] [PATCH v3 2/5] target-ppc: add vector extract instructions

2016-08-11 Thread Rajalakshmi Srinivasaraghavan
The following vector extract instructions are added from ISA 3.0. vextractub - Vector Extract Unsigned Byte vextractuh - Vector Extract Unsigned Halfword vextractuw - Vector Extract Unsigned Word vextractd - Vector Extract Unsigned Doubleword Signed-off-by: Rajalakshmi Srinivasaraghavan --- tar