target-ppc: Altivec 2.07: Unpack Signed Word Instructions
authorTom Musta <tommusta@gmail.com>
Wed, 12 Feb 2014 21:23:07 +0000 (15:23 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:56 +0000 (03:06 +0100)
commit4430e076632bc904e041914e410c51d2a9a43a99
tree899f10443d83085ce8ffc53a9f00647a7f65c32f
parent024215b24210e7c7cbe129279ea94031dd55c791
target-ppc: Altivec 2.07: Unpack Signed Word Instructions

This patch adds the Unpack Signed Word instructions introduced in
Power ISA Version 2.07:

  - Vector Unpack High Signed Word (vupkusw)
  - Vector Unpack Low Signed Word (vupklsw)

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