mbox series

[0/4] target/mips: Fix some issues of MSA emulation on big endian hosts

Message ID 1561021082-15383-1-git-send-email-aleksandar.markovic@rt-rk.com (mailing list archive)
Headers show
Series target/mips: Fix some issues of MSA emulation on big endian hosts | expand

Message

Aleksandar Markovic June 20, 2019, 8:57 a.m. UTC
From: Aleksandar Markovic <amarkovic@wavecomp.com>

Fix some issues of MSA emulation on big endian hosts.

Aleksandar Markovic (4):
  target/mips: Fix emulation of ILVEV.<B|H|W> on big endian host
  target/mips: Fix emulation of ILVOD.<B|H|W> on big endian host
  target/mips: Fix emulation of ILVL.<B|H|W> on big endian host
  target/mips: Fix emulation of ILVR.<B|H|W> on big endian host

 target/mips/msa_helper.c | 148 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 148 insertions(+)

Comments

Aleksandar Rikalo June 20, 2019, 10:25 a.m. UTC | #1
> From: Aleksandar Markovic <aleksandar.markovic@rt-rk.com>
> Sent: Thursday, June 20, 2019 10:57 AM
> To: qemu-devel@nongnu.org
> Cc: Aleksandar Markovic; Aleksandar Rikalo
> Subject: [PATCH 0/4] target/mips: Fix some issues of MSA emulation on big endian hosts
>
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Fix some issues of MSA emulation on big endian hosts.
>
> Aleksandar Markovic (4):
>   target/mips: Fix emulation of ILVEV.<B|H|W> on big endian host
>   target/mips: Fix emulation of ILVOD.<B|H|W> on big endian host
>   target/mips: Fix emulation of ILVL.<B|H|W> on big endian host
>   target/mips: Fix emulation of ILVR.<B|H|W> on big endian host
>
>  target/mips/msa_helper.c | 148 +++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 148 insertions(+)
>
> --
> 2.7.4

For the whole series.
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>