Add xxspltw
commit76c15fe0bdaa5b0c4b458c2b291e27a24494a77f
authorTom Musta <tommusta@gmail.com>
Fri, 1 Nov 2013 13:21:22 +0000 (1 08:21 -0500)
committerAlexander Graf <agraf@suse.de>
Fri, 20 Dec 2013 00:58:08 +0000 (20 01:58 +0100)
tree3f5cd2486bc8a0660eb19e0716f9a4ffb7dd366c
parent551e3ef72e59d3975073e2ea3aaf2f7508323063
Add xxspltw

This patch adds the VSX Splat Word (xxsplatw) instruction.

This is the first instruction to use the UIM immediate field
and consequently a decoder is also added.

V2: reworked implementation per Richard Henderson's comments.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c