Re: [Qemu-devel] [PATCH v4 4/5] target/mips: Refactor and fix COPY_U. instructions

2019-05-18 Thread Aleksandar Markovic
On Apr 2, 2019 3:44 PM, "Mateja Marjanovic" wrote: > > From: Mateja Marjanovic > > The old version of the helper for the COPY_U. MSA instructions > has been replaced with four helpers that don't use switch, and change > the endianness of the given index, when executed on a big endian host. > > Si

[Qemu-devel] [PATCH v4 4/5] target/mips: Refactor and fix COPY_U. instructions

2019-04-02 Thread Mateja Marjanovic
From: Mateja Marjanovic The old version of the helper for the COPY_U. MSA instructions has been replaced with 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 --- target/mips/helper.h | 4