> From: Mateja Marjanovic <mateja.marjano...@rt-rk.com> > Subject: [PATCH v3 3/5] target/mips: Different approach toward COPY_S MSA > instr. and big endian fix >
"Different approach toward..." -> "Refactor and fix COPY_S.<B|H|W|D> instructions" > From: Mateja Marjanovic <mateja.marjano...@rt-rk.com> > > The old version of the helper for the COPY_S.<B|H|W|D> MSA instructions > has been replaced with a four helpers that don't use switch, and change > the endianness of the given index, when executed on a big endian host. > > Signed-off-by: Mateja Marjanovic <mateja.marjano...@rt-rk.com> > ---