commit | 76c15fe0bdaa5b0c4b458c2b291e27a24494a77f | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Fri Nov 01 08:21:22 2013 -0500 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 20 01:58:08 2013 +0100 |
tree | 3f5cd2486bc8a0660eb19e0716f9a4ffb7dd366c | |
parent | 551e3ef72e59d3975073e2ea3aaf2f7508323063 [diff] |
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>