Re: [Qemu-devel] [PATCH for 4.1 v4 5/5] target/mips: Fix emulation of MSA pack instructions on big endian hosts

2019-07-22 Thread Aleksandar Rikalo
> From: Aleksandar Markovic > Sent: Monday, July 15, 2019 10:00 PM > To: qemu-devel@nongnu.org > Cc: s...@weilnetz.de; Aleksandar Markovic; Aleksandar Rikalo > Subject: [PATCH for 4.1 v4 5/5] target/mips: Fix emulation of MSA pack > instructions on big endian hosts > > From: Aleksandar Markovic

[Qemu-devel] [PATCH for 4.1 v4 5/5] target/mips: Fix emulation of MSA pack instructions on big endian hosts

2019-07-15 Thread Aleksandar Markovic
From: Aleksandar Markovic Fix emulation of MSA pack instructions on big endian hosts. Signed-off-by: Aleksandar Markovic --- target/mips/msa_helper.c | 74 1 file changed, 74 insertions(+) diff --git a/target/mips/msa_helper.c