qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] target/mips: Add support for MSA instructions o


From: Mateja Marjanovic
Subject: [Qemu-devel] [PATCH 0/4] target/mips: Add support for MSA instructions on a big endian host
Date: Fri, 22 Mar 2019 16:54:36 +0100

From: Mateja Marjanovic <address@hidden>

Change endianness when the host machine has a big endian CPU, for
MSA instructions <ld|st>.<b|h|w|d>, copy_<s|u>.<b|h|w>, insert.<b|h|w>.

Mateja Marjanovic (4):
  target/mips: Fix <ld|st>.<b|h|w|d> MSA instructions for MIPS big
    endian host
  target/mips: Fix copy_s.<b|h|w> for MIPS big endian host
  target/mips: Fix copy_u.<b|h|w> for MIPS big endian host
  target/mips: Fix insert.<b|h|w> for MIPS big endian host

 target/mips/msa_helper.c | 23 ++++++++++++++
 target/mips/op_helper.c  | 79 +++++++++++++++++++++++++++++++++---------------
 2 files changed, 78 insertions(+), 24 deletions(-)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]