OSDN Git Service

target-ppc: Altivec 2.07: Vector Gather Bits by Bytes
authorTom Musta <tommusta@gmail.com>
Wed, 12 Feb 2014 21:23:14 +0000 (15:23 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:58 +0000 (03:06 +0100)
commitf1064f612c9783136f2c59b94a4a8da70d3a09e3
treea2c94a8aad4c13b1f798636a6908455029ac38d8
parent6f3dab41fb9ecf1caf9779644e4267af6570dd71
target-ppc: Altivec 2.07: Vector Gather Bits by Bytes

This patch adds the Vector Gather Bits by Bytes Doubleword (vgbbd)
instruction which is introduced in Power ISA Version 2.07.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/helper.h
target-ppc/int_helper.c
target-ppc/translate.c