Re: [Qemu-devel] [PATCH v3 2/5] target/mips: MSA instructions st, big endian host fix

2019-04-02 Thread Mateja Marjanovic
On 1.4.19. 19:58, Aleksandar Markovic wrote: From: Mateja Marjanovic Subject: [PATCH v3 2/5] target/mips: MSA instructions st, big endian host fix From: Mateja Marjanovic Fix the case when the host is running on a big endian machine, and change the approach toward st instruction helpers. S

Re: [Qemu-devel] [PATCH v3 2/5] target/mips: MSA instructions st, big endian host fix

2019-04-01 Thread Aleksandar Markovic
> From: Mateja Marjanovic > Subject: [PATCH v3 2/5] target/mips: MSA instructions st, big endian host fix > > From: Mateja Marjanovic > > Fix the case when the host is running on a big endian machine, > and change the approach toward st instruction helpers. > > Signed-off-by: Mateja Marjanovic

[Qemu-devel] [PATCH v3 2/5] target/mips: MSA instructions st, big endian host fix

2019-03-29 Thread Mateja Marjanovic
From: Mateja Marjanovic Fix the case when the host is running on a big endian machine, and change the approach toward st instruction helpers. Signed-off-by: Mateja Marjanovic --- target/mips/op_helper.c | 188 ++-- 1 file changed, 168 insertions(+),