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

2019-05-20 Thread Mateja Marjanovic
On 19.5.19. 07:25, Aleksandar Markovic wrote: On Apr 2, 2019 3:49 PM, "Mateja Marjanovic" mailto:mateja.marjano...@rt-rk.com>> wrote: > > From: Mateja Marjanovic > > > The old version of the helper for the INSERT. MSA instructions > has been replaced wit

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

2019-05-18 Thread Aleksandar Markovic
On Apr 2, 2019 3:49 PM, "Mateja Marjanovic" wrote: > > From: Mateja Marjanovic > > The old version of the helper for the INSERT. 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

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

2019-04-03 Thread Aleksandar Markovic
> From: Mateja Marjanovic > Subject: Re: [PATCH v4 5/5] target/mips: Refactor and fix INSERT. > instructions > > On 2.4.19. 22:50, Aleksandar Markovic wrote: > >> From: Mateja Marjanovic > >> Subject: [PATCH v4 5/5] target/mips: Refactor and fix INSERT. > >> instructions > >> > >> From: Mateja

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

2019-04-03 Thread Mateja Marjanovic
On 2.4.19. 22:50, Aleksandar Markovic wrote: From: Mateja Marjanovic Subject: [PATCH v4 5/5] target/mips: Refactor and fix INSERT. instructions From: Mateja Marjanovic The old version of the helper for the INSERT. MSA instructions has been replaced with four helpers that don't use switch,

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

2019-04-02 Thread Aleksandar Markovic
> From: Mateja Marjanovic > Subject: [PATCH v4 5/5] target/mips: Refactor and fix INSERT. > instructions > > From: Mateja Marjanovic > > The old version of the helper for the INSERT. MSA instructions > has been replaced with four helpers that don't use switch, and change > the endianness of th

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

2019-04-02 Thread Mateja Marjanovic
From: Mateja Marjanovic The old version of the helper for the INSERT. 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 | 5