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