On 09/28/2016 11:41 AM, Nikunj A Dadhania wrote: > stxvh8x: Store VSX Vector Halfword*8 > > Vector: > +-------+-------+-------+-------+-------+-------+-------+-------+ > | 00 01 | 10 11 | 20 21 | 30 31 | 40 41 | 50 51 | 60 61 | 70 71 | > +-------+-------+-------+-------+-------+-------+-------+-------+ > > Store results in following: > > Big-Endian Storage > +-------+-------+-------+-------+-------+-------+-------+-------+ > | 00 01 | 10 11 | 20 21 | 30 31 | 40 41 | 50 51 | 60 61 | 70 71 | > +-------+-------+-------+-------+-------+-------+-------+-------+ > > Little-Endian Storage > +-------+-------+-------+-------+-------+-------+-------+-------+ > | 01 00 | 11 10 | 21 20 | 31 30 | 41 40 | 51 50 | 61 60 | 71 70 | > +-------+-------+-------+-------+-------+-------+-------+-------+ > > Signed-off-by: Nikunj A Dadhania <nik...@linux.vnet.ibm.com> > --- > target-ppc/translate/vsx-impl.inc.c | 31 +++++++++++++++++++++++++++++++ > target-ppc/translate/vsx-ops.inc.c | 1 + > 2 files changed, 32 insertions(+)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~