Re: [Qemu-devel] [PATCH v1 2/5] target-ppc: add vector extract instructions
On 08/04/2016 06:33 PM, Rajalakshmi Srinivasaraghavan wrote: +#define VEXTRACT(suffix, element, index) \ +void helper_vextract##suffix(ppc_avr_t *r, ppc_avr_t *b, uint32_t splat) \ +{
[Qemu-devel] [PATCH v1 2/5] target-ppc: add vector extract instructions
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