Re: [Qemu-devel] [PATCH 2/4] target/mips: Fix copy_s. for MIPS big endian host

2019-03-22 Thread Mateja Marjanovic
On 22.3.19. 18:45, Aleksandar Markovic wrote: From: Mateja Marjanovic Subject: [PATCH 2/4] target/mips: Fix copy_s. for MIPS big endian host From: Mateja Marjanovic Signed element copy from MSA registers to GPR when executed on a MIPS big endian CPU, didn't pick the right element, and was b

Re: [Qemu-devel] [PATCH 2/4] target/mips: Fix copy_s. for MIPS big endian host

2019-03-22 Thread Aleksandar Markovic
> From: Mateja Marjanovic > Subject: [PATCH 2/4] target/mips: Fix copy_s. for MIPS big endian host > > From: Mateja Marjanovic > > Signed element copy from MSA registers to GPR when > executed on a MIPS big endian CPU, didn't pick the > right element, and was behaving like on little endian. >

[Qemu-devel] [PATCH 2/4] target/mips: Fix copy_s. for MIPS big endian host

2019-03-22 Thread Mateja Marjanovic
From: Mateja Marjanovic Signed element copy from MSA registers to GPR when executed on a MIPS big endian CPU, didn't pick the right element, and was behaving like on little endian. Signed-off-by: Mateja Marjanovic --- target/mips/msa_helper.c | 7 +++ 1 file changed, 7 insertions(+) diff