On 12/11/2013 11:16 AM, Tom Musta wrote: > This patch adds the Bit Permute Doubleword (bpermd) instruction, > which was introduced in Power ISA 2.06 as part of the base 64-bit > architecture. > > V2: Addressing stylistic comments from Richard Henderson. > > Signed-off-by: Tom Musta <tommu...@gmail.com> > --- > target-ppc/helper.h | 1 + > target-ppc/int_helper.c | 20 ++++++++++++++++++++ > target-ppc/translate.c | 10 ++++++++++ > 3 files changed, 31 insertions(+), 0 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~