target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift Instructions
commit2fdf78e649b81a14e2c65770fdb0ac3e656a35c5
authorTom Musta <tommusta@gmail.com>
Wed, 12 Feb 2014 21:23:10 +0000 (12 15:23 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:57 +0000 (5 03:06 +0100)
tree99cc4fc3f12dd85f20ef84e7e2d4b9381f789aa3
parent818692ff95f143e640b44726da59646ea7fbcc23
target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift Instructions

This patch adds the vector doublword rotate and shift instructions
introduced in Power ISA Version 2.07:

  - Vector Rotate Left Doubleword instruction (vrld)
  - Vector Shift Left Doubleword (vsld)
  - Vector Shift Right Doubleword (vsrd)
  - Vector Shift Right Algegbraic Doubleword (vsrad)

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